Lines Matching refs:tlb
990 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() argument
997 mm = tlb->mm; in page_table_free_rcu()
1002 tlb_remove_table(tlb, table); in page_table_free_rcu()
1014 tlb_remove_table(tlb, table); in page_table_free_rcu()
1071 void tlb_table_flush(struct mmu_gather *tlb) in tlb_table_flush() argument
1073 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
1081 void tlb_remove_table(struct mmu_gather *tlb, void *table) in tlb_remove_table() argument
1083 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
1085 tlb->mm->context.flush_mm = 1; in tlb_remove_table()
1090 __tlb_flush_mm_lazy(tlb->mm); in tlb_remove_table()
1098 tlb_flush_mmu(tlb); in tlb_remove_table()