Home
last modified time | relevance | path

Searched refs:prev_mm (Results 1 – 6 of 6) sorted by relevance

/linux/include/asm-generic/
H A Dmmu_context.h57 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument
60 switch_mm(prev_mm, next_mm, current); in activate_mm()
/linux/arch/alpha/include/asm/
H A Dmmu_context.h134 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev5_switch_mm() argument
185 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev5_activate_mm() argument
/linux/arch/m68k/include/asm/
H A Dmmu_context.h214 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument
302 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument
/linux/arch/x86/kernel/
H A Dalternative.c2550 struct mm_struct *prev_mm; in __text_poke() local
2608 prev_mm = use_temporary_mm(text_poke_mm); in __text_poke()
2629 unuse_temporary_mm(prev_mm); in __text_poke()
/linux/kernel/sched/
H A Dsched.h1214 struct mm_struct *prev_mm; member
3754 struct mm_struct *prev_mm, in membarrier_switch_mm() argument
3759 if (prev_mm == next_mm) in membarrier_switch_mm()
3772 struct mm_struct *prev_mm, in membarrier_switch_mm() argument
H A Dcore.c5206 struct mm_struct *mm = rq->prev_mm; in finish_task_switch()
5225 rq->prev_mm = NULL; in finish_task_switch()
5372 rq->prev_mm = prev->active_mm; in context_switch()