/linux-6.6.21/mm/ |
D | mmu_gather.c | 20 struct mmu_gather_batch *batch; in tlb_next_batch() local 51 static void tlb_flush_rmap_batch(struct mmu_gather_batch *batch, struct vm_area_struct *vma) in tlb_flush_rmap_batch() 87 struct mmu_gather_batch *batch; in tlb_batch_pages_flush() local 110 struct mmu_gather_batch *batch, *next; in tlb_batch_list_free() local 121 struct mmu_gather_batch *batch; in __tlb_remove_page_size() local 149 static void __tlb_remove_table_free(struct mmu_table_batch *batch) in __tlb_remove_table_free() 212 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free() 219 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free() 249 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush() local 260 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table() local
|
/linux-6.6.21/drivers/iommu/iommufd/ |
D | pages.c | 275 static void batch_clear(struct pfn_batch *batch) in batch_clear() 287 static void batch_clear_carry(struct pfn_batch *batch, unsigned int keep_pfns) in batch_clear_carry() 303 static void batch_skip_carry(struct pfn_batch *batch, unsigned int skip_pfns) in batch_skip_carry() 315 static int __batch_init(struct pfn_batch *batch, size_t max_pages, void *backup, in __batch_init() 332 static int batch_init(struct pfn_batch *batch, size_t max_pages) in batch_init() 337 static void batch_init_backup(struct pfn_batch *batch, size_t max_pages, in batch_init_backup() 343 static void batch_destroy(struct pfn_batch *batch, void *backup) in batch_destroy() 350 static bool batch_add_pfn(struct pfn_batch *batch, unsigned long pfn) in batch_add_pfn() 375 static void batch_from_domain(struct pfn_batch *batch, in batch_from_domain() 426 static void batch_from_domain_continue(struct pfn_batch *batch, in batch_from_domain_continue() [all …]
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | gen7_renderclear.c | 235 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() 435 u32 *batch; in gen7_setup_clear_gpr_bb() local
|
D | gen8_engine_cs.h | 53 __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()
|
D | intel_lrc.c | 1576 gen8_emit_flush_coherentl3_wa(struct intel_engine_cs *engine, u32 *batch) in gen8_emit_flush_coherentl3_wa() 1618 static u32 *gen8_init_indirectctx_bb(struct intel_engine_cs *engine, u32 *batch) in gen8_init_indirectctx_bb() 1656 static u32 *emit_lri(u32 *batch, const struct lri *lri, unsigned int count) in emit_lri() 1670 static u32 *gen9_init_indirectctx_bb(struct intel_engine_cs *engine, u32 *batch) in gen9_init_indirectctx_bb() 1783 void *batch, *batch_ptr; in lrc_init_wa_ctx() local
|
D | intel_renderstate.h | 19 const u32 *batch; member
|
D | intel_renderstate.c | 43 #define OUT_BATCH(batch, i, val) \ argument
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_bpf_ma.c | 42 static __always_inline void batch_alloc_free(struct bpf_map *map, unsigned int batch, in batch_alloc_free() 84 #define CALL_BATCH_ALLOC_FREE(size, batch, idx) \ argument
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | tlbflush-hash.h | 31 struct ppc64_tlb_batch *batch; in arch_enter_lazy_mmu_mode() local 46 struct ppc64_tlb_batch *batch; in arch_leave_lazy_mmu_mode() local
|
/linux-6.6.21/arch/powerpc/mm/book3s64/ |
D | hash_tlb.c | 44 struct ppc64_tlb_batch *batch = &get_cpu_var(ppc64_tlb_batch); in hpte_need_flush() local 144 void __flush_tlb_pending(struct ppc64_tlb_batch *batch) in __flush_tlb_pending()
|
/linux-6.6.21/drivers/xen/ |
D | gntdev.c | 799 static int gntdev_get_page(struct gntdev_copy_batch *batch, void __user *virt, in gntdev_get_page() 819 static void gntdev_put_pages(struct gntdev_copy_batch *batch) in gntdev_put_pages() 826 static int gntdev_copy(struct gntdev_copy_batch *batch) in gntdev_copy() 858 static int gntdev_grant_copy_seg(struct gntdev_copy_batch *batch, in gntdev_grant_copy_seg() 956 struct gntdev_copy_batch batch; in gntdev_ioctl_grant_copy() local
|
/linux-6.6.21/lib/ |
D | percpu_counter.c | 87 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() 258 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
/linux-6.6.21/drivers/gpu/drm/i915/selftests/ |
D | igt_spinner.h | 25 u32 *batch; member
|
D | i915_request.c | 1008 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
|
D | igt_spinner.c | 131 u32 *batch; in igt_spinner_create_request() local
|
/linux-6.6.21/include/linux/ |
D | percpu_counter.h | 173 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() 196 percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch()
|
/linux-6.6.21/tools/virtio/ |
D | virtio_test.c | 170 bool delayed, int batch, int reset_n, int bufs) in run_test() 349 long batch = 1, reset = 0; in main() local
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | tlbflush.h | 300 static inline void arch_tlbbatch_add_pending(struct arch_tlbflush_unmap_batch *batch, in arch_tlbbatch_add_pending() 327 static inline void arch_tlbbatch_flush(struct arch_tlbflush_unmap_batch *batch) in arch_tlbbatch_flush()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_tcp_ca.c | 41 char batch[1500]; in server() local 89 char batch[1500]; in do_test() local
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/ |
D | lag_conf.c | 234 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 687 enum nfp_fl_lag_batch batch = NFP_FL_LAG_BATCH_FIRST; in nfp_flower_lag_reset() local
|
/linux-6.6.21/drivers/gpu/drm/i915/gem/selftests/ |
D | igt_gem_utils.c | 116 struct i915_vma *batch; in igt_gpu_fill_dw() local
|
/linux-6.6.21/tools/testing/selftests/bpf/map_tests/ |
D | lpm_trie_map_batch_ops.c | 73 __u64 batch = 0; in test_lpm_trie_map_batch_ops() local
|
D | array_map_batch_ops.c | 75 __u64 batch = 0; in __test_map_lookup_and_update_batch() local
|
D | htab_map_batch_ops.c | 79 __u32 batch, count, total, total_success; in __test_map_lookup_and_delete_batch() local
|
/linux-6.6.21/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_mob.c | 238 struct vmw_otable_batch *batch) in vmw_otable_batch_setup() 333 struct vmw_otable_batch *batch) in vmw_otable_batch_takedown()
|