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

12

/linux-master/include/asm-generic/
H A Dnommu_context.h11 static inline void switch_mm(struct mm_struct *prev, function
H A Dmmu_context.h60 switch_mm(prev_mm, next_mm, current);
/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/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/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/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/nios2/include/asm/
H A Dmmu_context.h43 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
/linux-master/include/linux/
H A Dmmu_context.h8 /* Architectures that care about IRQ state in switch_mm can override this. */
10 # define switch_mm_irqs_off switch_mm
/linux-master/arch/um/include/asm/
H A Dmmu_context.h28 static inline void 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/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/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/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/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/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/drivers/firmware/efi/
H A Driscv-runtime.c136 switch_mm(current->active_mm, &efi_mm, NULL);
141 switch_mm(&efi_mm, current->active_mm, NULL);
/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/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/x86/include/asm/
H A Dmmu_context.h168 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
178 switch_mm((prev), (next), NULL); \
/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/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/sh/include/asm/
H A Dmmu_context.h109 static inline void switch_mm(struct mm_struct *prev, function
/linux-master/arch/xtensa/include/asm/
H A Dmmu_context.h126 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, function

Completed in 224 milliseconds

12