Searched defs:prev_mm (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/alpha/include/asm/ |
D | mmu_context.h | 133 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()
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | mmu_context.h | 95 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() 148 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() 170 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in activate_mm()
|
/linux-2.6.39/include/asm-generic/ |
D | mmu_context.h | 40 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
|
/linux-2.6.39/arch/h8300/include/asm/ |
D | mmu_context.h | 27 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
|
/linux-2.6.39/arch/tile/include/asm/ |
D | mmu_context.h | 122 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm()
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | mmu_context.h | 195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | mmu_context.h | 70 static inline void __switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in __switch_mm()
|
/linux-2.6.39/mm/ |
D | swapfile.c | 1163 struct mm_struct *prev_mm = start_mm; in try_to_unuse() local
|
/linux-2.6.39/kernel/ |
D | sched.c | 491 struct mm_struct *prev_mm; member
|