/arch/sparc/include/asm/ |
D | mmu_context_32.h | 31 BTFIXUPDEF_CALL(void, switch_mm, struct mm_struct *, struct mm_struct *, struct task_struct *) 33 #define switch_mm(old_mm, mm, tsk) BTFIXUP_CALL(switch_mm)(old_mm, mm, tsk) macro 38 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)
|
D | mmu_context_64.h | 73 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *ts… in switch_mm() function
|
/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/arm/include/asm/ |
D | cpu-multi32.h | 55 void (*switch_mm)(unsigned long pgd_phys, struct mm_struct *mm); member 69 #define cpu_do_switch_mm(pgd,mm) processor.switch_mm(pgd,mm)
|
D | mmu_context.h | 96 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 117 #define activate_mm(prev,next) switch_mm(prev, next, NULL)
|
/arch/sh/include/asm/ |
D | mmu_context.h | 113 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 138 #define switch_mm(prev,next,tsk) do { } while (0) macro 141 #define activate_mm(prev, next) switch_mm((prev),(next),NULL)
|
/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/powerpc/include/asm/ |
D | mmu_context.h | 30 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 79 switch_mm(prev, next, current); in activate_mm()
|
/arch/s390/include/asm/ |
D | mmu_context.h | 74 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 87 switch_mm(prev, next, current); in activate_mm()
|
/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/m68k/include/asm/ |
D | mmu_context_mm.h | 82 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function 140 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
|
D | mmu_context_no.h | 22 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 | 217 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) macro 221 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) macro 224 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
|
/arch/x86/include/asm/ |
D | mmu_context.h | 33 switch_mm((prev), (next), NULL); \
|
D | mmu_context_64.h | 14 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
D | mmu_context_32.h | 12 static inline void switch_mm(struct mm_struct *prev, 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/blackfin/include/asm/ |
D | mmu_context.h | 90 #define activate_mm(prev, next) switch_mm(prev, next, NULL) 92 static inline void switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, in switch_mm() function
|
/arch/um/include/asm/ |
D | mmu_context.h | 32 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 | 105 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/ia64/include/asm/ |
D | mmu_context.h | 195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) macro
|
/arch/cris/arch-v32/mm/ |
D | tlb.c | 179 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/cris/arch-v10/mm/ |
D | tlb.c | 173 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/mips/include/asm/ |
D | mmu_context.h | 129 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/arch/sparc/mm/ |
D | srmmu.c | 2162 BTFIXUPSET_CALL(switch_mm, srmmu_switch_mm, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
|