Searched refs:smp_flush_tlb_mm (Results 1 – 5 of 5) sorted by relevance
17 void smp_flush_tlb_mm(struct mm_struct *mm);18 #define do_flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
56 extern void smp_flush_tlb_mm (struct mm_struct *mm);89 smp_flush_tlb_mm(mm); in flush_tlb_mm()
293 smp_flush_tlb_mm (struct mm_struct *mm) in smp_flush_tlb_mm() function
1685 static void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function1796 .tlb_mm = smp_flush_tlb_mm,
1080 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function