Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dmmu_gather.c96 static void __tlb_remove_table_free(struct mmu_table_batch *batch) in __tlb_remove_table_free()
156 __tlb_remove_table_free(container_of(head, struct mmu_table_batch, rcu)); in tlb_remove_table_rcu()
159 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()
166 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()
196 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
207 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
210 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
/kernel/linux/linux-6.6/mm/
H A Dmmu_gather.c149 static void __tlb_remove_table_free(struct mmu_table_batch *batch) in __tlb_remove_table_free()
209 __tlb_remove_table_free(container_of(head, struct mmu_table_batch, rcu)); in tlb_remove_table_rcu()
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()
260 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
263 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dtlb.h176 struct mmu_table_batch { struct
185 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *))
258 struct mmu_table_batch *batch;
/kernel/linux/linux-6.6/include/asm-generic/
H A Dtlb.h193 struct mmu_table_batch { struct
202 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *))
298 struct mmu_table_batch *batch;

Completed in 4 milliseconds