Searched refs:prev_mm (Results 1 – 6 of 6) sorted by relevance
/arch/alpha/include/asm/ |
D | mmu_context.h | 133 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev5_switch_mm() argument 163 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev4_switch_mm() argument 174 if (prev_mm != next_mm) in ev4_switch_mm() 179 ev5_switch_mm(prev_mm, next_mm, next); in ev4_switch_mm() 202 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev5_activate_mm() argument 208 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev4_activate_mm() argument
|
/arch/blackfin/include/asm/ |
D | mmu_context.h | 92 static inline void switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in switch_mm() argument 98 if (prev_mm == next_mm) in switch_mm() 101 if (prev_mm->context.page_rwx_mask == current_rwx_mask[cpu]) { in switch_mm()
|
/arch/m68k/include/asm/ |
D | mmu_context_mm.h | 94 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument 147 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument
|
D | mmu_context_no.h | 28 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument
|
/arch/h8300/include/asm/ |
D | mmu_context.h | 27 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument
|
/arch/ia64/include/asm/ |
D | mmu_context.h | 195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
|