Home
last modified time | relevance | path

Searched refs:mmu_table_batch (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/s390/include/asm/
Dtlb.h34 struct mmu_table_batch *batch;
39 struct mmu_table_batch { struct
46 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument
/Linux-v4.19/include/asm-generic/
Dtlb.h52 struct mmu_table_batch { struct
59 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument
96 struct mmu_table_batch *batch;
/Linux-v4.19/arch/arm/include/asm/
Dtlb.h44 struct mmu_table_batch { struct
51 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument
68 struct mmu_table_batch *batch;
/Linux-v4.19/arch/s390/mm/
Dpgalloc.c337 struct mmu_table_batch *batch; in tlb_remove_table_rcu()
340 batch = container_of(head, struct mmu_table_batch, rcu); in tlb_remove_table_rcu()
350 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
360 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
364 *batch = (struct mmu_table_batch *) in tlb_remove_table()
/Linux-v4.19/mm/
Dmemory.c358 struct mmu_table_batch *batch; in tlb_remove_table_rcu()
361 batch = container_of(head, struct mmu_table_batch, rcu); in tlb_remove_table_rcu()
371 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
382 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
385 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()