Searched defs:prev_mm (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/alpha/include/asm/ |
A 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-6.3-rc2/arch/m68k/include/asm/ |
A D | mmu_context.h | 212 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() 300 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | mmu_context.h | 57 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | mmu_context.h | 189 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | tlb.c | 339 static void l1d_flush_evaluate(unsigned long prev_mm, unsigned long next_mm, in l1d_flush_evaluate() 379 unsigned long prev_mm, next_mm; in cond_mitigation() local
|
/linux-6.3-rc2/kernel/sched/ |
A D | sched.h | 1015 struct mm_struct *prev_mm; member 3197 struct mm_struct *prev_mm, in membarrier_switch_mm() 3213 struct mm_struct *prev_mm, in membarrier_switch_mm()
|
/linux-6.3-rc2/mm/ |
A D | swapfile.c | 2042 struct mm_struct *prev_mm; in try_to_unuse() local
|
Completed in 30 milliseconds