/linux-5.19.10/arch/alpha/include/asm/ |
D | mmu_context.h | 218 # 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
|
/linux-5.19.10/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 205 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function 289 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() function
|
/linux-5.19.10/include/asm-generic/ |
D | nommu_context.h | 11 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/linux-5.19.10/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
|
/linux-5.19.10/arch/um/include/asm/ |
D | mmu_context.h | 28 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/csky/include/asm/ |
D | mmu_context.h | 24 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/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-5.19.10/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
|
/linux-5.19.10/arch/parisc/include/asm/ |
D | mmu_context.h | 65 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/linux-5.19.10/arch/nios2/mm/ |
D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/arm/include/asm/ |
D | mmu_context.h | 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
|
/linux-5.19.10/arch/sparc/include/asm/ |
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
|
/linux-5.19.10/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-5.19.10/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
|
/linux-5.19.10/arch/openrisc/mm/ |
D | tlb.c | 137 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/mips/include/asm/ |
D | mmu_context.h | 155 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/riscv/mm/ |
D | context.c | 305 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/ia64/include/asm/ |
D | mmu_context.h | 186 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) macro
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | mmu_context.h | 102 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/sh/include/asm/ |
D | mmu_context.h | 109 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | mmu_context.h | 243 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | mmu_context.h | 230 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/arch/x86/mm/ |
D | tlb.c | 318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/linux-5.19.10/drivers/gpu/drm/i915/gt/ |
D | intel_ring_submission.c | 851 static int switch_mm(struct i915_request *rq, struct i915_address_space *vm) in switch_mm() function
|