Searched refs:smp_flush_tlb_mm (Results 1 – 7 of 7) sorted by relevance
16 void smp_flush_tlb_mm(struct mm_struct *mm);17 #define do_flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
30 extern void smp_flush_tlb_mm (struct mm_struct *mm);63 smp_flush_tlb_mm(mm); in flush_tlb_mm()
39 extern void smp_flush_tlb_mm(struct mm_struct *);45 #define flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
246 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function295 smp_flush_tlb_mm(vma->vm_mm); in smp_flush_tlb_range()
293 smp_flush_tlb_mm (struct mm_struct *mm) in smp_flush_tlb_mm() function
1652 static void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function1763 .tlb_mm = smp_flush_tlb_mm,
1057 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function