Home
last modified time | relevance | path

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

12

/arch/sparc/include/asm/
A Dmmu_context_32.h24 void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm,
28 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)
A Dmmu_context_64.h80 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *ts… in switch_mm() function
138 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL)
/arch/openrisc/include/asm/
A Dmmu_context.h24 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
27 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
/arch/hexagon/include/asm/
A Dmmu_context.h29 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
57 switch_mm(prev, next, current_thread_info()->task); in activate_mm()
/arch/riscv/include/asm/
A Dmmu_context.h16 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
26 switch_mm(prev, next, NULL); in activate_mm()
/arch/parisc/include/asm/
A Dmmu_context.h65 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
95 switch_mm(prev,next,current); in activate_mm()
/arch/arm/include/asm/
A Dmmu_context.h108 #define activate_mm(prev,next) switch_mm(prev, next, NULL)
117 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
A 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/loongarch/include/asm/
A Dmmu_context.h115 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
133 #define activate_mm(prev, next) switch_mm(prev, next, current)
/arch/m68k/include/asm/
A Dmmu_context.h72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
207 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
291 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
/arch/nios2/include/asm/
A Dmmu_context.h43 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
/arch/um/include/asm/
A Dmmu_context.h21 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/csky/include/asm/
A Dmmu_context.h24 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/nios2/mm/
A Dmmu_context.c80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/arc/include/asm/
A Dmmu_context.h132 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/microblaze/include/asm/
A Dmmu_context_mm.h114 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/xtensa/include/asm/
A Dmmu_context.h126 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/openrisc/mm/
A Dtlb.c137 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/sh/include/asm/
A Dmmu_context.h109 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
/arch/alpha/include/asm/
A Dmmu_context.h190 #define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
/arch/s390/include/asm/
A Dmmu_context.h89 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/mips/include/asm/
A Dmmu_context.h155 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/arm64/include/asm/
A Dmmu_context.h258 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/riscv/mm/
A Dcontext.c318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/arch/x86/include/asm/
A Dmmu_context.h183 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,

Completed in 37 milliseconds

12