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)
31 extern void smp_flush_tlb_mm (struct mm_struct *mm);64 smp_flush_tlb_mm(mm); in flush_tlb_mm()
293 smp_flush_tlb_mm (struct mm_struct *mm) in smp_flush_tlb_mm() function
1677 static void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function1788 .tlb_mm = smp_flush_tlb_mm,
1080 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function