Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dtlb.h33 struct mmu_table_batch *batch;
38 struct mmu_table_batch { struct
45 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument
/linux-4.4.14/include/asm-generic/
Dtlb.h51 struct mmu_table_batch { struct
58 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument
95 struct mmu_table_batch *batch;
/linux-4.4.14/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-4.4.14/arch/s390/mm/
Dpgtable.c1060 struct mmu_table_batch *batch; in tlb_remove_table_rcu()
1063 batch = container_of(head, struct mmu_table_batch, rcu); in tlb_remove_table_rcu()
1073 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
1083 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
1087 *batch = (struct mmu_table_batch *) in tlb_remove_table()
/linux-4.4.14/mm/
Dmemory.c339 struct mmu_table_batch *batch; in tlb_remove_table_rcu()
342 batch = container_of(head, struct mmu_table_batch, rcu); in tlb_remove_table_rcu()
352 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
362 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
374 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()