Searched defs:prev_mm (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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() 166 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev4_switch_mm() 205 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev5_activate_mm() 211 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev4_activate_mm()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | mmu_context.h | 205 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() 295 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() 323 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in activate_mm()
|
/Linux-v4.19/include/asm-generic/ |
D | mmu_context.h | 41 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/x86/include/asm/ |
D | efi.h | 79 struct mm_struct *prev_mm; member
|
/Linux-v4.19/mm/ |
D | swapfile.c | 2128 struct mm_struct *prev_mm = start_mm; in try_to_unuse() local
|
/Linux-v4.19/kernel/sched/ |
D | sched.h | 829 struct mm_struct *prev_mm; member
|