Lines Matching refs:tlb
1077 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() argument
1084 mm = tlb->mm; in page_table_free_rcu()
1089 tlb_remove_table(tlb, table); in page_table_free_rcu()
1101 tlb_remove_table(tlb, table); in page_table_free_rcu()
1147 void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush() argument
1149 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
1157 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() argument
1159 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
1161 tlb->mm->context.flush_mm = 1; in tlb_remove_table()
1166 __tlb_flush_mm_lazy(tlb->mm); in tlb_remove_table()
1174 tlb_flush_mmu(tlb); in tlb_remove_table()