Home
last modified time | relevance | path

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

12

/arch/sparc/include/asm/
Dmmu_context_32.h26 void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm,
32 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)
Dmmu_context_64.h81 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *ts… in switch_mm() function
140 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL)
/arch/openrisc/include/asm/
Dmmu_context.h22 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/
Dmmu_context.h32 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
38 switch_mm(prev, next, NULL); in activate_mm()
/arch/csky/include/asm/
Dmmu_context.h27 #define activate_mm(prev,next) switch_mm(prev, next, current)
36 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/hexagon/include/asm/
Dmmu_context.h55 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
82 switch_mm(prev, next, current_thread_info()->task); in activate_mm()
/arch/unicore32/include/asm/
Dmmu_context.h46 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
56 #define activate_mm(prev, next) switch_mm(prev, next, NULL)
/arch/nds32/include/asm/
Dmmu_context.h54 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
66 #define activate_mm(prev,next) switch_mm(prev, next, NULL)
/arch/parisc/include/asm/
Dmmu_context.h62 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
93 switch_mm(prev,next,current); in activate_mm()
/arch/arc/include/asm/
Dmmu_context.h129 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
162 #define activate_mm(prev, next) switch_mm(prev, next, NULL)
/arch/arm/include/asm/
Dmmu_context.h105 #define activate_mm(prev,next) switch_mm(prev, next, NULL)
128 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
Dproc-fns.h64 void (*switch_mm)(phys_addr_t pgd_phys, struct mm_struct *mm); member
141 #define cpu_do_switch_mm PROC_VTABLE(switch_mm)
/arch/m68k/include/asm/
Dmmu_context.h75 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
197 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
283 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
316 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.h220 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) macro
224 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) macro
227 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
/arch/xtensa/include/asm/
Dmmu_context.h125 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
139 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
Dnommu_context.h27 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/sh/include/asm/
Dmmu_context.h121 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
136 #define activate_mm(prev, next) switch_mm((prev),(next),NULL)
/arch/nios2/include/asm/
Dmmu_context.h54 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
/arch/arm64/include/asm/
Dmmu_context.h230 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
246 #define activate_mm(prev,next) switch_mm(prev, next, current)
/arch/riscv/mm/
Dcontext.c43 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/mips/include/asm/
Dmmu_context.h158 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
188 #define activate_mm(prev, next) switch_mm(prev, next, current)
/arch/s390/include/asm/
Dmmu_context.h88 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
131 switch_mm(prev, next, current); in activate_mm()
/arch/um/include/asm/
Dmmu_context.h60 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/nios2/mm/
Dmmu_context.c80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/x86/include/asm/
Dmmu_context.h210 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
220 switch_mm((prev), (next), NULL); \

12