/linux-6.14.4/arch/sparc/include/asm/ |
D | mmu_context_32.h | 24 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)
|
D | mmu_context_64.h | 80 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)
|
/linux-6.14.4/arch/openrisc/include/asm/ |
D | mmu_context.h | 24 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 27 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)
|
/linux-6.14.4/arch/hexagon/include/asm/ |
D | mmu_context.h | 29 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()
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | mmu_context.h | 16 void switch_mm(struct mm_struct *prev, struct mm_struct *next, 26 switch_mm(prev, next, NULL); in activate_mm()
|
/linux-6.14.4/Documentation/features/sched/membarrier-sync-core/ |
D | arch-support.txt | 23 # - via switch_mm() and sync_core_before_usermode() (respectively, for 27 # The serialization in switch_mm() is activated by prepare_sync_core_cmd(). 40 # instead on write_cr3() performed by switch_mm() to provide core serialization
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | mmu_context.h | 65 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function 95 switch_mm(prev,next,current); in activate_mm()
|
/linux-6.14.4/drivers/firmware/efi/ |
D | riscv-runtime.c | 136 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()
|
/linux-6.14.4/arch/arm/include/asm/ |
D | mmu_context.h | 108 #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
|
D | proc-fns.h | 64 void (*switch_mm)(phys_addr_t pgd_phys, struct mm_struct *mm); member 141 #define cpu_do_switch_mm PROC_VTABLE(switch_mm)
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | mmu_context.h | 72 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
|
/linux-6.14.4/Documentation/scheduler/ |
D | membarrier.rst | 34 switch_mm(), if mm is not NULL; they rely on the full barrier implied 35 by mmdrop(), otherwise. On powerpc and riscv, switch_mm() relies on
|
/linux-6.14.4/arch/s390/include/asm/ |
D | mmu_context.h | 90 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 121 switch_mm(prev, next, current); in activate_mm()
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | mmu_context.h | 115 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)
|
/linux-6.14.4/include/asm-generic/ |
D | nommu_context.h | 11 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
D | mmu_context.h | 60 switch_mm(prev_mm, next_mm, current); in activate_mm()
|
/linux-6.14.4/arch/x86/include/asm/ |
D | mmu_context.h | 175 extern void switch_mm(struct mm_struct *prev, struct mm_struct *next, 185 switch_mm((prev), (next), NULL); \
|
/linux-6.14.4/arch/nios2/include/asm/ |
D | mmu_context.h | 43 void switch_mm(struct mm_struct *prev, struct mm_struct *next,
|
/linux-6.14.4/include/linux/ |
D | mmu_context.h | 10 # define switch_mm_irqs_off switch_mm
|
/linux-6.14.4/arch/csky/include/asm/ |
D | mmu_context.h | 24 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-6.14.4/arch/um/include/asm/ |
D | mmu_context.h | 26 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-6.14.4/arch/nios2/mm/ |
D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-6.14.4/arch/arc/include/asm/ |
D | mmu_context.h | 132 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-6.14.4/arch/microblaze/include/asm/ |
D | mmu_context_mm.h | 114 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-6.14.4/arch/xtensa/include/asm/ |
D | mmu_context.h | 126 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|