/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | mmu_context_32.h | 26 void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, 32 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)
|
D | mmu_context_64.h | 81 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *ts… in switch_mm() function 140 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL)
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | mmu_context.h | 22 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 27 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | mmu_context.h | 32 void switch_mm(struct mm_struct *prev, struct mm_struct *next, 38 switch_mm(prev, next, NULL); in activate_mm()
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | mmu_context.h | 27 #define activate_mm(prev,next) switch_mm(prev, next, current) 36 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | mmu_context.h | 55 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 82 switch_mm(prev, next, current_thread_info()->task); in activate_mm()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | mmu_context.h | 75 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 207 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 293 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function 326 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | mmu_context.h | 54 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 66 #define activate_mm(prev,next) switch_mm(prev, next, NULL)
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | mmu_context.h | 67 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 98 switch_mm(prev,next,current); in activate_mm()
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | mmu_context.h | 220 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) macro 224 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) macro 227 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
D | riscv-runtime.c | 136 switch_mm(current->active_mm, &efi_mm, NULL); in efi_virtmap_load() 141 switch_mm(&efi_mm, current->active_mm, NULL); in efi_virtmap_unload()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | mmu_context.h | 129 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 162 #define activate_mm(prev, next) switch_mm(prev, next, NULL)
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | mmu_context.h | 105 #define activate_mm(prev,next) switch_mm(prev, next, NULL) 128 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
D | proc-fns.h | 64 void (*switch_mm)(phys_addr_t pgd_phys, struct mm_struct *mm); member 141 #define cpu_do_switch_mm PROC_VTABLE(switch_mm)
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | mmu_context.h | 125 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 139 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
|
D | nommu_context.h | 27 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | mmu_context.h | 108 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 123 #define activate_mm(prev, next) switch_mm((prev),(next),NULL)
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | mmu_context.h | 158 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 188 #define activate_mm(prev, next) switch_mm(prev, next, current)
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | mmu_context.h | 91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 134 switch_mm(prev, next, current); in activate_mm()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | mmu_context.h | 124 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 134 switch_mm((prev), (next), NULL); \
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | mmu_context.h | 233 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 249 #define activate_mm(prev,next) switch_mm(prev, next, current)
|
/kernel/linux/linux-5.10/include/linux/ |
D | mmu_context.h | 10 # define switch_mm_irqs_off switch_mm
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | mmu_context.h | 35 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | mmu_context.h | 54 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
D | context.c | 43 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|