Searched defs:active_mm (Results 1 – 9 of 9) sorted by relevance
28 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) argument
138 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL) argument
127 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
80 struct mm_struct *active_mm = current->active_mm; in show_faulting_vma() local
84 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
248 struct mm_struct *active_mm = current->active_mm; in ecard_init_mm() local
1441 struct mm_struct *active_mm; in kthread_use_mm() local
961 struct mm_struct *old_mm, *active_mm; in exec_mmap() local
922 struct mm_struct *active_mm; member