/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | mmu_context.h | 75 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/alpha/include/asm/ |
D | mmu_context.h | 220 # 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/arch/riscv/mm/ |
D | context.c | 43 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | mmu_context.h | 35 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | mmu_context.h | 55 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | nommu_context.h | 27 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
D | mmu_context.h | 125 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | mmu_context_mm.h | 117 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | mmu_context.h | 36 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | mmu_context.h | 54 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | mmu_context.h | 56 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/nios2/mm/ |
D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | mmu_context.h | 67 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | mmu_context.h | 91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | mmu_context.h | 128 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
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | mmu_context_64.h | 81 static inline void switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *ts… in switch_mm() function
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | mmu_context.h | 129 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/openrisc/mm/ |
D | tlb.c | 137 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | mmu_context.h | 233 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | mmu_context.h | 158 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | mmu_context.h | 197 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | mmu_context.h | 108 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | mmu_context.h | 227 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_ring_submission.c | 822 static int switch_mm(struct i915_request *rq, struct i915_address_space *vm) in switch_mm() function
|