Searched refs:prev_mm (Results 1 – 6 of 6) sorted by relevance
/arch/alpha/include/asm/ |
D | mmu_context.h | 136 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev5_switch_mm() argument 166 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in ev4_switch_mm() argument 177 if (prev_mm != next_mm) in ev4_switch_mm() 182 ev5_switch_mm(prev_mm, next_mm, next); in ev4_switch_mm() 205 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev5_activate_mm() argument 211 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in ev4_activate_mm() argument
|
/arch/m68k/include/asm/ |
D | mmu_context.h | 205 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument 295 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() argument 323 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) in activate_mm() argument
|
/arch/ia64/include/asm/ |
D | mmu_context.h | 197 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) argument
|
/arch/x86/include/asm/ |
D | efi.h | 79 struct mm_struct *prev_mm; member 98 efi_switch_mm(efi_scratch.prev_mm); \
|
/arch/x86/mm/ |
D | tlb.c | 215 unsigned long prev_mm, next_mm; in cond_ibpb() local 249 prev_mm = this_cpu_read(cpu_tlbstate.last_user_mm_ibpb); in cond_ibpb() 255 if (next_mm != prev_mm && in cond_ibpb() 256 (next_mm | prev_mm) & LAST_USER_MM_IBPB) in cond_ibpb()
|
/arch/x86/platform/efi/ |
D | efi_64.c | 162 efi_switch_mm(efi_scratch.prev_mm); in efi_call_phys_epilog() 632 efi_scratch.prev_mm = current->active_mm; in efi_switch_mm() 634 switch_mm(efi_scratch.prev_mm, mm, NULL); in efi_switch_mm() 695 efi_switch_mm(efi_scratch.prev_mm); in efi_thunk_set_virtual_address_map()
|