Home
last modified time | relevance | path

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

12

/openbmc/linux/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 *ts… in switch_mm() function
138 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL)
/openbmc/linux/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)
/openbmc/linux/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); in activate_mm()
/openbmc/linux/arch/hexagon/include/asm/
H 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()
/openbmc/linux/arch/alpha/include/asm/
H A Dmmu_context.h218 # define switch_mm(a,b,c) alpha_mv.mv_switch_mm((a),(b),(c)) macro
222 # define switch_mm(a,b,c) ev4_switch_mm((a),(b),(c)) macro
225 # define switch_mm(a,b,c) ev5_switch_mm((a),(b),(c)) macro
/openbmc/linux/arch/parisc/include/asm/
H 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()
/openbmc/linux/drivers/firmware/efi/
H A 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()
/openbmc/linux/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, in switch_mm() function
H 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)
/openbmc/linux/arch/m68k/include/asm/
H 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
/openbmc/linux/arch/loongarch/include/asm/
H A Dmmu_context.h102 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
120 #define activate_mm(prev, next) switch_mm(prev, next, current)
/openbmc/linux/arch/s390/include/asm/
H A Dmmu_context.h91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
122 switch_mm(prev, next, current); in activate_mm()
/openbmc/linux/include/asm-generic/
H A Dnommu_context.h11 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
H A Dmmu_context.h60 switch_mm(prev_mm, next_mm, current); in activate_mm()
/openbmc/linux/arch/x86/include/asm/
H A Dmmu_context.h169 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next,
179 switch_mm((prev), (next), NULL); \
/openbmc/linux/include/linux/
H A Dmmu_context.h10 # define switch_mm_irqs_off switch_mm
/openbmc/linux/arch/nios2/include/asm/
H A Dmmu_context.h43 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
/openbmc/linux/arch/csky/include/asm/
H A Dmmu_context.h24 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/openbmc/linux/arch/um/include/asm/
H A Dmmu_context.h28 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/openbmc/linux/arch/nios2/mm/
H A Dmmu_context.c80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/openbmc/linux/arch/arc/include/asm/
H A Dmmu_context.h132 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/openbmc/linux/arch/microblaze/include/asm/
H A Dmmu_context_mm.h114 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/openbmc/linux/arch/xtensa/include/asm/
H A Dmmu_context.h126 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dvmalloced-kernel-stacks.rst50 switch_mm(),很可能)需要确保堆栈的页表项在可能未填充的堆栈上运行之前已经填

12