Lines Matching refs:mm
117 __get_new_mm_context(struct mm_struct *mm, long cpu) in __get_new_mm_context() argument
190 struct mm_struct * mm = current->active_mm; \
192 if (!mm->context[cpu]) \
193 __load_new_mm_context(mm); \
213 #define deactivate_mm(tsk,mm) do { } while (0) argument
229 init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context() argument
234 mm->context[i] = 0; in init_new_context()
237 = ((unsigned long)mm->pgd - IDENT_ADDR) >> PAGE_SHIFT; in init_new_context()
242 destroy_context(struct mm_struct *mm) in destroy_context() argument
248 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() argument
251 = ((unsigned long)mm->pgd - IDENT_ADDR) >> PAGE_SHIFT; in enter_lazy_tlb()