Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmmu_context.h75 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
293 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
326 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dmmu_context.h67 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
98 switch_mm(prev,next,current); in activate_mm()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/firmware/efi/
Driscv-runtime.c136 switch_mm(current->active_mm, &efi_mm, NULL); in efi_virtmap_load()
141 switch_mm(&efi_mm, current->active_mm, NULL); in efi_virtmap_unload()
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dmmu_context.h108 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
123 #define activate_mm(prev, next) switch_mm((prev),(next),NULL)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dmmu_context.h91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
134 switch_mm(prev, next, current); in activate_mm()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmmu_context.h124 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
134 switch_mm((prev), (next), NULL); \
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmmu_context.h233 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
249 #define activate_mm(prev,next) switch_mm(prev, next, current)
/kernel/linux/linux-5.10/include/linux/
Dmmu_context.h10 # define switch_mm_irqs_off switch_mm
/kernel/linux/linux-5.10/include/asm-generic/
Dmmu_context.h35 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dmmu_context.h54 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
/kernel/linux/linux-5.10/arch/riscv/mm/
Dcontext.c43 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function

12