Searched refs:smp_flush_tlb_mm (Results 1 – 7 of 7) 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()
40 extern void smp_flush_tlb_mm(struct mm_struct *);46 #define flush_tlb_mm(mm) smp_flush_tlb_mm(mm)
247 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function296 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
1659 static void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function1770 .tlb_mm = smp_flush_tlb_mm,
1080 void smp_flush_tlb_mm(struct mm_struct *mm) in smp_flush_tlb_mm() function