Home
last modified time | relevance | path

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

12

/arch/sparc/include/asm/
Dmmu_context_32.h25 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/
Dmmu_context.h26 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/
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/hexagon/include/asm/
Dmmu_context.h66 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/
Dmmu_context.h47 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/
Dmmu_context.h121 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/
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/arm/include/asm/
Dmmu_context.h72 #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
Dproc-fns.h63 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/
Dmmu_context.h91 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/
Dmmu_context.h33 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/
Dmmu_context.h149 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/
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/powerpc/include/asm/
Dmmu_context.h43 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/
Dmmu_context.h73 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/
Dmmu_context.h216 # 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/
Dmmu_context.h71 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/
Dmmu_context.h143 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/
Dmmu_context.h71 #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/
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/xtensa/include/asm/
Dnommu_context.h18 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/sh/include/asm/
Dmmu_context.h118 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/
Dmmu_context.h35 #define switch_mm(prev, next, tsk) \ macro
/arch/um/include/asm/
Dmmu_context.h31 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/score/include/asm/
Dmmu_context.h72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function

12