Home
last modified time | relevance | path

Searched refs:mmu_gather_batch (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dmmu_gather.c20 struct mmu_gather_batch *batch; in tlb_next_batch()
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()
110 struct mmu_gather_batch *batch, *next; in tlb_batch_list_free()
121 struct mmu_gather_batch *batch; in __tlb_remove_page_size()
/kernel/linux/linux-5.10/mm/
H A Dmmu_gather.c18 struct mmu_gather_batch *batch; in tlb_next_batch()
46 struct mmu_gather_batch *batch; in tlb_batch_pages_flush()
57 struct mmu_gather_batch *batch, *next; in tlb_batch_list_free()
68 struct mmu_gather_batch *batch; in __tlb_remove_page_size()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dtlb.h228 struct mmu_gather_batch { struct
229 struct mmu_gather_batch *next;
236 ((PAGE_SIZE - sizeof(struct mmu_gather_batch)) / sizeof(void *))
297 struct mmu_gather_batch *active;
298 struct mmu_gather_batch local;
/kernel/linux/linux-6.6/include/asm-generic/
H A Dtlb.h245 struct mmu_gather_batch { struct
246 struct mmu_gather_batch *next;
253 ((PAGE_SIZE - sizeof(struct mmu_gather_batch)) / sizeof(void *))
343 struct mmu_gather_batch *active;
344 struct mmu_gather_batch local;

Completed in 4 milliseconds