Home
last modified time | relevance | path

Searched defs:next_mm (Results 1 – 7 of 7) sorted by relevance

/arch/alpha/include/asm/
Dmmu_context.h133 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev5_switch_mm()
163 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev4_switch_mm()
202 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev5_activate_mm()
208 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev4_activate_mm()
/arch/m68k/include/asm/
Dmmu_context_mm.h95 struct mm_struct *next_mm) in activate_mm()
148 struct mm_struct *next_mm) in activate_mm()
Dmmu_context_no.h29 struct mm_struct *next_mm) in activate_mm()
/arch/h8300/include/asm/
Dmmu_context.h28 struct mm_struct *next_mm) in activate_mm()
/arch/alpha/mm/
Dfault.c42 __load_new_mm_context(struct mm_struct *next_mm) in __load_new_mm_context()
/arch/blackfin/include/asm/
Dmmu_context.h92 static inline void switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in switch_mm()
/arch/ia64/include/asm/
Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument