prev_mm           136 arch/alpha/include/asm/mmu_context.h ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm,
prev_mm           166 arch/alpha/include/asm/mmu_context.h ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm,
prev_mm           177 arch/alpha/include/asm/mmu_context.h 	if (prev_mm != next_mm)
prev_mm           182 arch/alpha/include/asm/mmu_context.h 	ev5_switch_mm(prev_mm, next_mm, next);
prev_mm           205 arch/alpha/include/asm/mmu_context.h ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm)
prev_mm           211 arch/alpha/include/asm/mmu_context.h ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm)
prev_mm           197 arch/ia64/include/asm/mmu_context.h #define switch_mm(prev_mm,next_mm,next_task)	activate_mm(prev_mm, next_mm)
prev_mm           205 arch/m68k/include/asm/mmu_context.h static inline void activate_mm(struct mm_struct *prev_mm,
prev_mm           295 arch/m68k/include/asm/mmu_context.h static inline void activate_mm(struct mm_struct *prev_mm,
prev_mm           323 arch/m68k/include/asm/mmu_context.h static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm)
prev_mm            79 arch/x86/include/asm/efi.h 	struct mm_struct	*prev_mm;
prev_mm            98 arch/x86/include/asm/efi.h 		efi_switch_mm(efi_scratch.prev_mm);			\
prev_mm           215 arch/x86/mm/tlb.c 		unsigned long prev_mm, next_mm;
prev_mm           249 arch/x86/mm/tlb.c 		prev_mm = this_cpu_read(cpu_tlbstate.last_user_mm_ibpb);
prev_mm           255 arch/x86/mm/tlb.c 		if (next_mm != prev_mm &&
prev_mm           256 arch/x86/mm/tlb.c 		    (next_mm | prev_mm) & LAST_USER_MM_IBPB)
prev_mm           162 arch/x86/platform/efi/efi_64.c 		efi_switch_mm(efi_scratch.prev_mm);
prev_mm           630 arch/x86/platform/efi/efi_64.c 	efi_scratch.prev_mm = current->active_mm;
prev_mm           632 arch/x86/platform/efi/efi_64.c 	switch_mm(efi_scratch.prev_mm, mm, NULL);
prev_mm           693 arch/x86/platform/efi/efi_64.c 	efi_switch_mm(efi_scratch.prev_mm);
prev_mm            41 include/asm-generic/mmu_context.h static inline void activate_mm(struct mm_struct *prev_mm,
prev_mm          3183 kernel/sched/core.c 	struct mm_struct *mm = rq->prev_mm;
prev_mm          3202 kernel/sched/core.c 	rq->prev_mm = NULL;
prev_mm          3370 kernel/sched/core.c 			rq->prev_mm = prev->active_mm;
prev_mm           909 kernel/sched/sched.h 	struct mm_struct	*prev_mm;
prev_mm          2484 kernel/sched/sched.h 					struct mm_struct *prev_mm,
prev_mm          2489 kernel/sched/sched.h 	if (prev_mm == next_mm)
prev_mm          2500 kernel/sched/sched.h 					struct mm_struct *prev_mm,
prev_mm          2126 mm/swapfile.c  	struct mm_struct *prev_mm;
prev_mm          2146 mm/swapfile.c  	prev_mm = &init_mm;
prev_mm          2147 mm/swapfile.c  	mmget(prev_mm);
prev_mm          2159 mm/swapfile.c  		mmput(prev_mm);
prev_mm          2160 mm/swapfile.c  		prev_mm = mm;
prev_mm          2164 mm/swapfile.c  			mmput(prev_mm);
prev_mm          2177 mm/swapfile.c  	mmput(prev_mm);