Home
last modified time | relevance | path

Searched refs:switch_mm (Results 1 – 25 of 26) sorted by relevance

12

/arch/sparc/include/asm/
Dmmu_context_32.h31 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)
Dmmu_context_64.h73 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/
Dmmu_context.h9 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/
Dcpu-multi32.h55 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)
Dmmu_context.h96 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/
Dmmu_context.h113 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/
Dmmu_context.h52 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/
Dmmu_context.h30 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/
Dmmu_context.h74 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/
Dmmu_context.h108 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/
Dmmu_context_mm.h82 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
Dmmu_context_no.h22 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/
Dmmu_context.h217 # 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/
Dmmu_context.h33 switch_mm((prev), (next), NULL); \
Dmmu_context_64.h14 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
Dmmu_context_32.h12 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
/arch/h8300/include/asm/
Dmmu_context.h23 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/
Dmmu_context.h90 #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/
Dmmu_context.h32 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/xtensa/include/asm/
Dmmu_context.h105 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/ia64/include/asm/
Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) macro
/arch/cris/arch-v32/mm/
Dtlb.c179 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/cris/arch-v10/mm/
Dtlb.c173 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/mips/include/asm/
Dmmu_context.h129 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/sparc/mm/
Dsrmmu.c2162 BTFIXUPSET_CALL(switch_mm, srmmu_switch_mm, BTFIXUPCALL_NORM); in ld_mmu_srmmu()

12