Searched refs:switch_mm (Results 1 - 25 of 37) sorted by path

12

/linux-master/arch/nios2/mm/
H A Dmmu_context.c80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
/linux-master/arch/alpha/include/asm/
H A 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
/linux-master/arch/arc/include/asm/
H A Dmmu_context.h132 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
156 * activate_mm defaults (in asm-generic) to switch_mm and is called at the
158 * get_new_mmu_context() behaves differently here vs. in switch_mm(). Here
/linux-master/arch/arm/include/asm/
H 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, function
H A Dproc-fns.h64 void (*switch_mm)(phys_addr_t pgd_phys, struct mm_struct *mm); member in struct:processor
141 #define cpu_do_switch_mm PROC_VTABLE(switch_mm)
/linux-master/arch/arm/mm/
H A Dproc-v7.S589 @ Cortex-A8 - always needs bpiall switch_mm implementation
605 @ and bpiall switch_mm for hardening
620 @ Cortex-A15 - needs iciallu switch_mm for hardening
/linux-master/arch/arm64/include/asm/
H A Dmmu_context.h230 switch_mm(struct mm_struct *prev, struct mm_struct *next, function
/linux-master/arch/csky/include/asm/
H A Dmmu_context.h24 switch_mm(struct mm_struct *prev, struct mm_struct *next, function
/linux-master/arch/hexagon/include/asm/
H A Dmmu_context.h29 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
57 switch_mm(prev, next, current_thread_info()->task);
/linux-master/arch/loongarch/include/asm/
H A Dmmu_context.h102 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
120 #define activate_mm(prev, next) switch_mm(prev, next, current)
/linux-master/arch/m68k/include/asm/
H A Dmmu_context.h72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
207 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
291 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) function
/linux-master/arch/microblaze/include/asm/
H A Dmmu_context_mm.h114 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
/linux-master/arch/mips/include/asm/
H A Dmmu_context.h155 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
/linux-master/arch/nios2/include/asm/
H A Dmmu_context.h43 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
/linux-master/arch/openrisc/include/asm/
H 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)
/linux-master/arch/openrisc/mm/
H A Dtlb.c137 void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
/linux-master/arch/parisc/include/asm/
H A Dmmu_context.h65 static inline void switch_mm(struct mm_struct *prev, function
95 switch_mm(prev,next,current);
/linux-master/arch/powerpc/include/asm/
H A Dmmu_context.h229 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
/linux-master/arch/riscv/include/asm/
H A Dmmu_context.h16 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
23 switch_mm(prev, next, NULL);
/linux-master/arch/riscv/mm/
H A Dcontext.c215 * the asid mechanism wouldn't flush TLB for every switch_mm for
318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
/linux-master/arch/s390/include/asm/
H A Dmmu_context.h89 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function
120 switch_mm(prev, next, current);
/linux-master/arch/sh/include/asm/
H A Dmmu_context.h109 static inline void switch_mm(struct mm_struct *prev, function
/linux-master/arch/sparc/include/asm/
H 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)
H A Dmmu_context_64.h80 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *tsk) function
138 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL)
/linux-master/arch/sparc/mm/
H A Dsrmmu.c472 void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, function

Completed in 506 milliseconds

12