/arch/sparc/include/asm/ |
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)
|
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/ |
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/riscv/include/asm/ |
D | mmu_context.h | 16 void switch_mm(struct mm_struct *prev, struct mm_struct *next, 23 switch_mm(prev, next, NULL); in activate_mm()
|
/arch/hexagon/include/asm/ |
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/parisc/include/asm/ |
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/ |
D | mmu_context.h | 99 #define activate_mm(prev,next) switch_mm(prev, next, NULL) 108 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)
|
/arch/alpha/include/asm/ |
D | mmu_context.h | 218 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) macro 222 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) macro 225 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
|
/arch/nios2/include/asm/ |
D | mmu_context.h | 43 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
|
/arch/s390/include/asm/ |
D | mmu_context.h | 90 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 121 switch_mm(prev, next, current); in activate_mm()
|
/arch/m68k/include/asm/ |
D | mmu_context.h | 72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 205 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 289 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
|
/arch/csky/include/asm/ |
D | mmu_context.h | 24 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/um/include/asm/ |
D | mmu_context.h | 28 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/x86/include/asm/ |
D | mmu_context.h | 128 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 138 switch_mm((prev), (next), NULL); \
|
/arch/nds32/include/asm/ |
D | mmu_context.h | 49 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/nios2/mm/ |
D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/arc/include/asm/ |
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/ |
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/ |
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/ |
D | tlb.c | 137 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/sh/include/asm/ |
D | mmu_context.h | 109 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/arch/ia64/include/asm/ |
D | mmu_context.h | 186 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) macro
|
/arch/mips/include/asm/ |
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/ |
D | mmu_context.h | 219 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|