Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/s390/mm/
Dpgtable.c1136 struct mmu_table_batch *batch; in tlb_remove_table_rcu()
1139 batch = container_of(head, struct mmu_table_batch, rcu); in tlb_remove_table_rcu()
1149 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
1159 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
1163 *batch = (struct mmu_table_batch *) in tlb_remove_table()
/linux-4.1.27/mm/
Dmemory.c338 struct mmu_table_batch *batch; in tlb_remove_table_rcu()
341 batch = container_of(head, struct mmu_table_batch, rcu); in tlb_remove_table_rcu()
351 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
361 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
373 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()