Searched defs:active_mm (Results 1 – 11 of 11) sorted by relevance
1 .. _active_mm: target
24 struct mm_struct *active_mm; in use_mm() local
32 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) argument
140 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL) argument
132 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
87 struct mm_struct *active_mm = current->active_mm; in show_faulting_vma() local
86 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
243 struct mm_struct *active_mm = current->active_mm; in ia64_global_tlb_purge() local
247 struct mm_struct *active_mm = current->active_mm; in ecard_init_mm() local
1009 struct mm_struct *old_mm, *active_mm; in exec_mmap() local
689 struct mm_struct *active_mm; member