Searched refs:prev_mm (Results 1 – 7 of 7) sorted by relevance
/arch/alpha/include/asm/ |
D | mmu_context.h | 136 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev5_switch_mm() argument 166 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev4_switch_mm() argument 177 if (prev_mm != next_mm) in ev4_switch_mm() 182 ev5_switch_mm(prev_mm, next_mm, next); in ev4_switch_mm() 205 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev5_activate_mm() argument 211 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev4_activate_mm() argument
|
/arch/tile/include/asm/ |
D | mmu_context.h | 128 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument 131 switch_mm(prev_mm, next_mm, NULL); in activate_mm()
|
/arch/blackfin/include/asm/ |
D | mmu_context.h | 75 static inline void __switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in __switch_mm() argument 81 if (prev_mm == next_mm) in __switch_mm() 84 if (prev_mm->context.page_rwx_mask == current_rwx_mask[cpu]) { in __switch_mm()
|
/arch/metag/include/asm/ |
D | mmu_context.h | 107 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument 110 switch_mmu(prev_mm, next_mm); in activate_mm()
|
/arch/m68k/include/asm/ |
D | mmu_context.h | 206 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument 296 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument 324 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in activate_mm() argument
|
/arch/ia64/include/asm/ |
D | mmu_context.h | 197 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
|
/arch/x86/mm/ |
D | tlb.c | 212 unsigned long prev_mm, next_mm; in cond_ibpb() local 246 prev_mm = this_cpu_read(cpu_tlbstate.last_user_mm_ibpb); in cond_ibpb() 252 if (next_mm != prev_mm && in cond_ibpb() 253 (next_mm | prev_mm) & LAST_USER_MM_IBPB) in cond_ibpb()
|