Lines Matching refs:mm
18 ev5_flush_tlb_current(struct mm_struct *mm) in ev5_flush_tlb_current() argument
20 __load_new_mm_context(mm); in ev5_flush_tlb_current()
28 ev5_flush_tlb_current_page(struct mm_struct * mm, in ev5_flush_tlb_current_page() argument
33 __load_new_mm_context(mm); in ev5_flush_tlb_current_page()
56 flush_tlb_other(struct mm_struct *mm) in flush_tlb_other() argument
58 unsigned long *mmc = &mm->context[smp_processor_id()]; in flush_tlb_other()
74 flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() argument
76 if (mm == current->active_mm) in flush_tlb_mm()
77 flush_tlb_current(mm); in flush_tlb_mm()
79 flush_tlb_other(mm); in flush_tlb_mm()
86 struct mm_struct *mm = vma->vm_mm; in flush_tlb_page() local
88 if (mm == current->active_mm) in flush_tlb_page()
89 flush_tlb_current_page(mm, vma, addr); in flush_tlb_page()
91 flush_tlb_other(mm); in flush_tlb_page()