/openbmc/linux/arch/m68k/include/asm/ |
H A 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
|
/openbmc/linux/arch/alpha/include/asm/ |
H A 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
|
/openbmc/linux/include/asm-generic/ |
H A D | nommu_context.h | 11 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | mmu_context.h | 29 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/um/include/asm/ |
H A D | mmu_context.h | 28 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | mmu_context.h | 24 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | mmu_context_mm.h | 114 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | mmu_context.h | 91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | mmu_context.h | 65 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/openbmc/linux/arch/nios2/mm/ |
H A D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | mmu_context.h | 117 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
H A D | proc-fns.h | 64 void (*switch_mm)(phys_addr_t pgd_phys, struct mm_struct *mm); member
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | mmu_context.h | 132 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A 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
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | mmu_context.h | 126 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | tlb.c | 137 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mmu_context.h | 155 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/riscv/mm/ |
H A D | context.c | 318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | mmu_context.h | 189 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | mmu_context.h | 102 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | mmu_context.h | 109 static inline void switch_mm(struct mm_struct *prev, in switch_mm() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | mmu_context.h | 261 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 229 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/arch/x86/mm/ |
H A D | tlb.c | 325 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() function
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_submission.c | 856 static int switch_mm(struct i915_request *rq, struct i915_address_space *vm) in switch_mm() function
|