Lines Matching refs:mm_struct
6 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb()
27 extern struct mm_struct *context_mm[LAST_CONTEXT+1];
30 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context()
59 static inline void destroy_context(struct mm_struct *mm) in destroy_context()
73 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
84 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
85 struct mm_struct *mm) in activate_mm()
99 struct mm_struct *mm; in load_ksp_mmu()
164 extern unsigned long get_free_context(struct mm_struct *mm);
169 struct mm_struct *mm) in init_new_context()
177 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context()
184 static inline void destroy_context(struct mm_struct *mm) in destroy_context()
190 static inline void activate_context(struct mm_struct *mm) in activate_context()
196 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
204 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
205 struct mm_struct *next_mm) in activate_mm()
217 struct mm_struct *mm) in init_new_context()
225 static inline void switch_mm_0230(struct mm_struct *mm) in switch_mm_0230()
258 static inline void switch_mm_0460(struct mm_struct *mm) in switch_mm_0460()
282 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
294 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
295 struct mm_struct *next_mm) in activate_mm()
309 static inline int init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context()
315 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
322 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in activate_mm()