Home
last modified time | relevance | path

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

/linux-3.4.99/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()
/linux-3.4.99/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()
/linux-3.4.99/include/asm-generic/
Dmmu_context.h40 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
/linux-3.4.99/arch/h8300/include/asm/
Dmmu_context.h27 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
/linux-3.4.99/arch/tile/include/asm/
Dmmu_context.h122 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
/linux-3.4.99/arch/ia64/include/asm/
Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
/linux-3.4.99/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()
/linux-3.4.99/mm/
Dswapfile.c1162 struct mm_struct *prev_mm = start_mm; in try_to_unuse() local
/linux-3.4.99/kernel/sched/
Dsched.h392 struct mm_struct *prev_mm; member