Searched defs:old_mm (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/arch/cris/mm/ |
D | tlb.c | 38 struct mm_struct *old_mm; in alloc_context() local
|
/linux-3.3/arch/sparc/include/asm/ |
D | mmu_context_32.h | 33 #define switch_mm(old_mm, mm, tsk) BTFIXUP_CALL(switch_mm)(old_mm, mm, tsk) argument
|
D | mmu_context_64.h | 73 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *ts… in switch_mm()
|
/linux-3.3/arch/x86/kernel/ |
D | ldt.c | 108 struct mm_struct *old_mm; in init_new_context() local
|
/linux-3.3/arch/s390/mm/ |
D | pgtable.c | 745 struct mm_struct *mm, *old_mm; in s390_enable_sie() local
|
/linux-3.3/arch/sparc/mm/ |
D | srmmu.c | 527 static inline void alloc_context(struct mm_struct *old_mm, struct mm_struct *mm) in alloc_context() 563 static void srmmu_switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, in srmmu_switch_mm()
|
D | sun4c.c | 1509 static void sun4c_alloc_context(struct mm_struct *old_mm, struct mm_struct *mm) in sun4c_alloc_context() 1534 static void sun4c_switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *tsk… in sun4c_switch_mm()
|
/linux-3.3/fs/ |
D | exec.c | 820 struct mm_struct * old_mm, *active_mm; in exec_mmap() local
|