Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 25 of 47) sorted by relevance

12

/drivers/iommu/iommufd/
A Dpages.c276 static void batch_clear(struct pfn_batch *batch) in batch_clear()
333 static int batch_init(struct pfn_batch *batch, size_t max_pages) in batch_init()
344 static void batch_destroy(struct pfn_batch *batch, void *backup) in batch_destroy()
380 static bool batch_add_pfn(struct pfn_batch *batch, unsigned long pfn) in batch_add_pfn()
390 static void batch_from_domain(struct pfn_batch *batch, in batch_from_domain()
441 static void batch_from_domain_continue(struct pfn_batch *batch, in batch_from_domain_continue()
716 static unsigned long batch_rw(struct pfn_batch *batch, void *data, in batch_rw()
1070 struct pfn_batch batch; member
1450 struct pfn_batch batch; in __iopt_area_unfill_domain() local
1703 static void iopt_pages_unpin_xarray(struct pfn_batch *batch, in iopt_pages_unpin_xarray()
[all …]
/drivers/gpu/drm/i915/gt/
A Dgen7_renderclear.c235 gen7_emit_state_base_address(struct batch_chunk *batch, in gen7_emit_state_base_address()
261 gen7_emit_vfe_state(struct batch_chunk *batch, in gen7_emit_vfe_state()
290 gen7_emit_interface_descriptor_load(struct batch_chunk *batch, in gen7_emit_interface_descriptor_load()
309 gen7_emit_media_object(struct batch_chunk *batch, in gen7_emit_media_object()
340 static void gen7_emit_pipeline_flush(struct batch_chunk *batch) in gen7_emit_pipeline_flush()
355 static void gen7_emit_pipeline_invalidate(struct batch_chunk *batch) in gen7_emit_pipeline_invalidate()
436 u32 *batch; in gen7_setup_clear_gpr_bb() local
A Dgen8_engine_cs.h53 __gen8_emit_pipe_control(u32 *batch, u32 bit_group_0, in __gen8_emit_pipe_control()
65 static inline u32 *gen8_emit_pipe_control(u32 *batch, in gen8_emit_pipe_control()
71 static inline u32 *gen12_emit_pipe_control(u32 *batch, u32 bit_group_0, in gen12_emit_pipe_control()
A Dintel_lrc.c1637 gen8_emit_flush_coherentl3_wa(struct intel_engine_cs *engine, u32 *batch) in gen8_emit_flush_coherentl3_wa()
1679 static u32 *gen8_init_indirectctx_bb(struct intel_engine_cs *engine, u32 *batch) in gen8_init_indirectctx_bb()
1717 static u32 *emit_lri(u32 *batch, const struct lri *lri, unsigned int count) in emit_lri()
1731 static u32 *gen9_init_indirectctx_bb(struct intel_engine_cs *engine, u32 *batch) in gen9_init_indirectctx_bb()
1844 void *batch, *batch_ptr; in lrc_init_wa_ctx() local
A Dintel_renderstate.h19 const u32 *batch; member
A Dintel_renderstate.c43 #define OUT_BATCH(batch, i, val) \ argument
A Dselftest_lrc.c975 struct i915_vma *batch; in store_context() local
1146 struct i915_vma *batch; in load_context() local
1220 struct i915_vma *batch; in poison_registers() local
A Dselftest_tlb.c42 struct drm_i915_gem_object *batch; in pte_tlbinv() local
A Dselftest_engine_cs.c147 struct i915_vma *batch; in perf_mi_bb_start() local
A Dselftest_workarounds.c504 struct i915_vma *batch; in check_dirty_whitelist() local
890 struct i915_vma *batch; in scrub_whitelisted_registers() local
/drivers/iommu/intel/
A Dcache.c293 static void qi_batch_flush_descs(struct intel_iommu *iommu, struct qi_batch *batch) in qi_batch_flush_descs()
304 static void qi_batch_increment_index(struct intel_iommu *iommu, struct qi_batch *batch) in qi_batch_increment_index()
312 struct qi_batch *batch) in qi_batch_add_iotlb()
320 struct qi_batch *batch) in qi_batch_add_dev_iotlb()
335 struct qi_batch *batch) in qi_batch_add_piotlb()
351 unsigned int size_order, struct qi_batch *batch) in qi_batch_add_pasid_dev_iotlb()
/drivers/gpu/drm/xe/
A Dxe_pxp_submit.c219 static u32 pxp_emit_wait(struct xe_device *xe, struct iosys_map *batch, u32 offset) in pxp_emit_wait()
228 static u32 pxp_emit_session_selection(struct xe_device *xe, struct iosys_map *batch, in pxp_emit_session_selection()
261 struct iosys_map *batch, u32 offset) in pxp_emit_inline_termination()
270 static u32 pxp_emit_session_termination(struct xe_device *xe, struct iosys_map *batch, in pxp_emit_session_termination()
381 static void emit_pxp_heci_cmd(struct xe_device *xe, struct iosys_map *batch, in emit_pxp_heci_cmd()
A Dxe_pxp_types.h57 struct iosys_map batch; member
/drivers/xen/
A Dgntdev.c625 struct gntdev_copy_batch *batch; in gntdev_release() local
811 static int gntdev_get_page(struct gntdev_copy_batch *batch, void __user *virt, in gntdev_get_page()
831 static void gntdev_put_pages(struct gntdev_copy_batch *batch) in gntdev_put_pages()
838 static int gntdev_copy(struct gntdev_copy_batch *batch) in gntdev_copy()
870 static int gntdev_grant_copy_seg(struct gntdev_copy_batch *batch, in gntdev_grant_copy_seg()
968 struct gntdev_copy_batch *batch; in gntdev_ioctl_grant_copy() local
A Dgntdev-common.h30 struct gntdev_copy_batch *batch; member
/drivers/vfio/
A Dvfio_iommu_type1.c473 static void __vfio_batch_init(struct vfio_batch *batch, bool single) in __vfio_batch_init()
493 static void vfio_batch_init(struct vfio_batch *batch) in vfio_batch_init()
498 static void vfio_batch_init_single(struct vfio_batch *batch) in vfio_batch_init_single()
503 static void vfio_batch_unpin(struct vfio_batch *batch, struct vfio_dma *dma) in vfio_batch_unpin()
514 static void vfio_batch_fini(struct vfio_batch *batch) in vfio_batch_fini()
566 struct vfio_batch *batch) in vaddr_get_pfns()
624 unsigned long limit, struct vfio_batch *batch) in vfio_pin_pages_remote()
765 struct vfio_batch batch; in vfio_pin_page_external() local
1481 struct vfio_batch batch; in vfio_pin_map_dma() local
1699 struct vfio_batch batch; in vfio_iommu_replay() local
/drivers/net/ethernet/netronome/nfp/flower/
A Dlag_conf.c234 unsigned int member_cnt, enum nfp_fl_lag_batch *batch) in nfp_fl_lag_config_group()
296 enum nfp_fl_lag_batch batch = NFP_FL_LAG_BATCH_FIRST; in nfp_fl_lag_do_work() local
691 enum nfp_fl_lag_batch batch = NFP_FL_LAG_BATCH_FIRST; in nfp_flower_lag_reset() local
/drivers/gpu/drm/i915/selftests/
A Di915_request.c1008 static int emit_bb_start(struct i915_request *rq, struct i915_vma *batch) in emit_bb_start()
1018 struct i915_vma *batch) in empty_request()
1053 struct i915_vma *batch; in live_empty_request() local
1171 static int recursive_batch_resolve(struct i915_vma *batch) in recursive_batch_resolve()
1215 struct i915_vma *batch; in live_all_engines() local
1345 struct i915_vma *batch; in live_sequential_engines() local
A Digt_spinner.h25 u32 *batch; member
A Digt_spinner.c131 u32 *batch; in igt_spinner_create_request() local
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_mob.c238 struct vmw_otable_batch *batch) in vmw_otable_batch_setup()
332 struct vmw_otable_batch *batch) in vmw_otable_batch_takedown()
/drivers/gpu/drm/i915/gem/selftests/
A Digt_gem_utils.c116 struct i915_vma *batch; in igt_gpu_fill_dw() local
A Di915_gem_client_blt.c104 struct i915_vma *batch; member
143 struct drm_i915_gem_object *batch) in prepare_blit()
/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_xsk.c232 int i, batch; in otx2_zc_napi_handler() local
/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
A Drx.c26 int batch, i; in mlx5e_xsk_alloc_rx_mpwqe() local

Completed in 69 milliseconds

12