| /arch/sparc/include/asm/ |
| A D | mmu_context_32.h | 24 void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, 28 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)
|
| A D | mmu_context_64.h | 80 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *ts… in switch_mm() function 138 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL)
|
| /arch/openrisc/include/asm/ |
| A D | mmu_context.h | 24 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 27 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
|
| /arch/hexagon/include/asm/ |
| A D | mmu_context.h | 29 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 57 switch_mm(prev, next, current_thread_info()->task); in activate_mm()
|
| /arch/riscv/include/asm/ |
| A D | mmu_context.h | 16 void switch_mm(struct mm_struct *prev, struct mm_struct *next, 26 switch_mm(prev, next, NULL); in activate_mm()
|
| /arch/parisc/include/asm/ |
| A D | mmu_context.h | 65 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 95 switch_mm(prev,next,current); in activate_mm()
|
| /arch/arm/include/asm/ |
| A D | mmu_context.h | 108 #define activate_mm(prev,next) switch_mm(prev, next, NULL) 117 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| A 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)
|
| /arch/loongarch/include/asm/ |
| A D | mmu_context.h | 115 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 133 #define activate_mm(prev, next) switch_mm(prev, next, current)
|
| /arch/m68k/include/asm/ |
| A D | mmu_context.h | 72 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 291 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
|
| /arch/nios2/include/asm/ |
| A D | mmu_context.h | 43 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
|
| /arch/um/include/asm/ |
| A D | mmu_context.h | 21 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/csky/include/asm/ |
| A D | mmu_context.h | 24 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/nios2/mm/ |
| A D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/arc/include/asm/ |
| A D | mmu_context.h | 132 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/microblaze/include/asm/ |
| A D | mmu_context_mm.h | 114 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/xtensa/include/asm/ |
| A D | mmu_context.h | 126 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/openrisc/mm/ |
| A D | tlb.c | 137 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/sh/include/asm/ |
| A D | mmu_context.h | 109 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
| /arch/alpha/include/asm/ |
| A D | mmu_context.h | 190 #define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
|
| /arch/s390/include/asm/ |
| A D | mmu_context.h | 89 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/mips/include/asm/ |
| A D | mmu_context.h | 155 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/arm64/include/asm/ |
| A D | mmu_context.h | 258 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/riscv/mm/ |
| A D | context.c | 318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
| /arch/x86/include/asm/ |
| A D | mmu_context.h | 183 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
|