Lines Matching refs:mm
41 get_mmu_context(struct mm_struct *mm) in get_mmu_context() argument
45 if (((mm->context ^ mc) & MMU_CONTEXT_VERSION_MASK) == 0) in get_mmu_context()
64 mm->context = mc; in get_mmu_context()
72 struct mm_struct *mm) in init_new_context() argument
74 mm->context = NO_CONTEXT; in init_new_context()
82 static inline void destroy_context(struct mm_struct *mm) in destroy_context() argument
102 static inline void activate_context(struct mm_struct *mm) in activate_context() argument
104 get_mmu_context(mm); in activate_context()
105 set_asid(mm->context & MMU_CONTEXT_ASID_MASK); in activate_context()
120 #define deactivate_mm(tsk,mm) do { } while(0) argument
125 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() argument