| /Linux-v5.4/arch/hexagon/kernel/ |
| D | vm_switch.S | 29 .globl __switch_to 30 .type __switch_to, @function 39 __switch_to: label 82 .size __switch_to, .-__switch_to
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | ctx_sw_asm.S | 20 .global __switch_to 21 .type __switch_to, @function 22 __switch_to: label 60 END_CFI(__switch_to)
|
| D | ctx_sw.c | 24 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
| D | stacktrace.c | 78 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | switch_to.h | 45 #define __switch_to(prev,next,last) do { \ macro 67 __switch_to(prev, next, last); \ 76 # define switch_to(prev,next,last) __switch_to(prev, next, last)
|
| /Linux-v5.4/include/asm-generic/ |
| D | switch_to.h | 18 extern struct task_struct *__switch_to(struct task_struct *, 23 ((last) = __switch_to((prev), (next))); \
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | switch_to.h | 13 extern struct task_struct *__switch_to(struct task_struct *, 18 r = __switch_to((p), (n), (r));\
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | switch_to.h | 18 extern struct task_struct *__switch_to(struct task_struct *, 23 last = __switch_to(prev, task_thread_info(prev), \
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | switch_to.h | 24 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in… 29 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
|
| /Linux-v5.4/arch/c6x/include/asm/ |
| D | switch_to.h | 17 asmlinkage void *__switch_to(struct thread_struct *prev, 24 (last) = __switch_to(&(prev)->thread, \
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | switch_to.h | 25 extern struct task_struct *__switch_to(struct task_struct *, 33 ((last) = __switch_to((prev), (next))); \
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | switch_to.h | 16 extern struct task_struct *__switch_to(void *, void *); 46 prev = __switch_to(prev, next); \
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | switch_to.h | 34 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n); 40 last = __switch_to(prev, next);\
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | switch_to.h | 66 extern struct task_struct *__switch_to(struct task_struct *, 75 ((last) = __switch_to(__prev, __next)); \
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | switch_to.h | 14 extern struct task_struct *__switch_to(struct task_struct *, 16 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
|
| /Linux-v5.4/arch/c6x/kernel/ |
| D | switch_to.S | 17 ENTRY(__switch_to) 71 ENDPROC(__switch_to)
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | switch_to.h | 12 __visible struct task_struct *__switch_to(struct task_struct *prev,
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | switch_to_32.h | 64 struct task_struct *__switch_to(struct task_struct *prev,
|
| /Linux-v5.4/arch/csky/kernel/ |
| D | entry.S | 315 ENTRY(__switch_to) 345 ENDPROC(__switch_to)
|
| /Linux-v5.4/arch/openrisc/kernel/ |
| D | process.c | 235 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
| /Linux-v5.4/arch/nds32/kernel/ |
| D | ex-scall.S | 18 ENTRY(__switch_to)
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | process_32.c | 173 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
| /Linux-v5.4/arch/riscv/kernel/ |
| D | entry.S | 341 ENTRY(__switch_to) 387 ENDPROC(__switch_to)
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | process_32.c | 228 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
| /Linux-v5.4/arch/um/kernel/ |
| D | process.c | 86 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|