/arch/sparc/include/asm/ |
D | mmu_context_32.h | 25 void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, 31 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)
|
/arch/openrisc/include/asm/ |
D | mmu_context.h | 26 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
|
/arch/cris/include/asm/ |
D | mmu_context.h | 9 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 14 #define activate_mm(prev,next) switch_mm((prev),(next),NULL)
|
/arch/hexagon/include/asm/ |
D | mmu_context.h | 66 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 93 switch_mm(prev, next, current_thread_info()->task); in activate_mm()
|
/arch/unicore32/include/asm/ |
D | mmu_context.h | 47 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 57 #define activate_mm(prev, next) switch_mm(prev, next, NULL)
|
/arch/m32r/include/asm/ |
D | mmu_context.h | 121 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 146 switch_mm((prev), (next), NULL) 155 #define switch_mm(prev,next,tsk) do { } while (0) macro
|
/arch/parisc/include/asm/ |
D | mmu_context.h | 52 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function 78 switch_mm(prev,next,current); in activate_mm()
|
/arch/arm/include/asm/ |
D | mmu_context.h | 72 #define activate_mm(prev,next) switch_mm(prev, next, NULL) 95 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
D | proc-fns.h | 63 void (*switch_mm)(unsigned long pgd_phys, struct mm_struct *mm); member 103 #define cpu_do_switch_mm processor.switch_mm
|
/arch/tile/include/asm/ |
D | mmu_context.h | 91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 129 switch_mm(prev_mm, next_mm, NULL); in activate_mm()
|
/arch/x86/include/asm/ |
D | mmu_context.h | 33 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 77 switch_mm((prev), (next), NULL); \
|
/arch/arm64/include/asm/ |
D | mmu_context.h | 149 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 159 #define activate_mm(prev,next) switch_mm(prev, next, NULL)
|
/arch/avr32/include/asm/ |
D | mmu_context.h | 108 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 122 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
|
/arch/powerpc/include/asm/ |
D | mmu_context.h | 43 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 102 switch_mm(prev, next, current); in activate_mm()
|
/arch/m68k/include/asm/ |
D | mmu_context.h | 73 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 196 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 282 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function 315 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
|
/arch/alpha/include/asm/ |
D | mmu_context.h | 216 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) macro 220 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) macro 223 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
|
/arch/s390/include/asm/ |
D | mmu_context.h | 71 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 90 switch_mm(prev, next, current); in activate_mm()
|
/arch/mn10300/include/asm/ |
D | mmu_context.h | 143 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 159 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
|
/arch/blackfin/include/asm/ |
D | mmu_context.h | 71 #define activate_mm(prev, next) switch_mm(prev, next, NULL) 111 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 160 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/h8300/include/asm/ |
D | mmu_context.h | 23 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
|
/arch/xtensa/include/asm/ |
D | nommu_context.h | 18 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/sh/include/asm/ |
D | mmu_context.h | 118 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 133 #define activate_mm(prev, next) switch_mm((prev),(next),NULL)
|
/arch/frv/include/asm/ |
D | mmu_context.h | 35 #define switch_mm(prev, next, tsk) \ macro
|
/arch/um/include/asm/ |
D | mmu_context.h | 31 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/score/include/asm/ |
D | mmu_context.h | 72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|