Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dmmu_context.h132 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev5_switch_mm()
162 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev4_switch_mm()
201 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev5_activate_mm()
207 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev4_activate_mm()
/arch/m68k/include/asm/
Dmmu_context.h204 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
294 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
322 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in activate_mm()
/arch/h8300/include/asm/
Dmmu_context.h27 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
/arch/tile/include/asm/
Dmmu_context.h122 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
/arch/ia64/include/asm/
Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
/arch/blackfin/include/asm/
Dmmu_context.h73 static inline void __switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in __switch_mm()