/arch/csky/include/asm/ |
D | switch_to.h | 9 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 16 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 27 #define switch_to(prev, next, last) \ argument
|
/arch/mips/include/asm/ |
D | switch_to.h | 52 #define __mips_mt_fpaff_switch_to(prev) \ argument 66 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) argument 109 #define switch_to(prev, next, last) \ argument
|
/arch/ia64/include/asm/ |
D | switch_to.h | 37 #define __switch_to(prev,next,last) do { \ argument 53 # define switch_to(prev,next,last) do { \ argument 68 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
|
/arch/powerpc/include/asm/ |
D | cmpxchg.h | 88 unsigned long prev; in __xchg_u32_local() local 104 unsigned long prev; in __xchg_u32_relaxed() local 121 unsigned long prev; in __xchg_u64_local() local 137 unsigned long prev; in __xchg_u64_relaxed() local 218 unsigned int prev; in __cmpxchg_u32() local 241 unsigned int prev; in __cmpxchg_u32_local() local 261 unsigned long prev; in __cmpxchg_u32_relaxed() local 288 unsigned long prev; in __cmpxchg_u32_acquire() local 310 unsigned long prev; in __cmpxchg_u64() local 333 unsigned long prev; in __cmpxchg_u64_local() local [all …]
|
D | membarrier.h | 4 static inline void membarrier_arch_switch_mm(struct mm_struct *prev, in membarrier_arch_switch_mm()
|
/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() 52 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/arch/parisc/include/asm/ |
D | mmu_context.h | 50 static inline void switch_mm_irqs_off(struct mm_struct *prev, in switch_mm_irqs_off() 65 static inline void switch_mm(struct mm_struct *prev, in switch_mm() 80 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
D | switch_to.h | 9 #define switch_to(prev, next, last) do { \ argument
|
/arch/s390/include/asm/ |
D | mmu_context.h | 73 static inline void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off() 90 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 118 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
|
/arch/arc/kernel/ |
D | fpu.c | 32 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore() 69 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
|
/arch/x86/include/asm/ |
D | cmpxchg_32.h | 28 u64 prev = *ptr; in set_64bit() local 49 u64 prev; in __cmpxchg64() local 62 u64 prev; in __cmpxchg64_local() local
|
/arch/parisc/lib/ |
D | bitops.c | 62 u64 prev; in __cmpxchg_u64() local 74 unsigned int prev; in __cmpxchg_u32() local 86 u8 prev; in __cmpxchg_u8() local
|
/arch/alpha/include/asm/ |
D | xchg.h | 131 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 157 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 183 unsigned long prev, cmp; in ____cmpxchg() local 205 unsigned long prev, cmp; in ____cmpxchg() local
|
/arch/arm/include/asm/ |
D | mmu_context.h | 99 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument 108 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/arch/arc/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
/arch/xtensa/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev,next,last) \ argument
|
/arch/h8300/include/asm/ |
D | switch_to.h | 35 #define switch_to(prev, next, last) \ argument
|
/arch/nios2/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
/arch/x86/kernel/ |
D | process.h | 13 static inline void switch_to_extra(struct task_struct *prev, in switch_to_extra()
|
/arch/m68k/include/asm/ |
D | switch_to.h | 31 #define switch_to(prev,next,last) do { \ argument
|
/arch/microblaze/include/asm/ |
D | switch_to.h | 15 #define switch_to(prev, next, last) \ argument
|
/arch/riscv/mm/ |
D | context.c | 208 static inline void set_mm(struct mm_struct *prev, in set_mm() 277 static inline void set_mm(struct mm_struct *prev, in set_mm() 316 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/arch/nios2/mm/ |
D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/arch/arm64/kvm/hyp/nvhe/ |
D | stub.c | 12 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid()
|
/arch/openrisc/include/asm/ |
D | mmu_context.h | 27 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
|