/Linux-v4.19/arch/hexagon/kernel/ |
D | vm_switch.S | 42 .globl __switch_to 43 .type __switch_to, @function 52 __switch_to: label 95 .size __switch_to, .-__switch_to
|
/Linux-v4.19/arch/arc/kernel/ |
D | ctx_sw_asm.S | 23 .global __switch_to 24 .type __switch_to, @function 25 __switch_to: label 63 END_CFI(__switch_to)
|
D | ctx_sw.c | 27 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
D | stacktrace.c | 81 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
|
D | entry.S | 42 ; when the forked child comes here from the __switch_to function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | switch_to.h | 45 #define __switch_to(prev,next,last) do { \ macro 67 __switch_to(prev, next, last); \ 77 # define switch_to(prev,next,last) __switch_to(prev, next, last)
|
/Linux-v4.19/include/asm-generic/ |
D | switch_to.h | 22 extern struct task_struct *__switch_to(struct task_struct *, 27 ((last) = __switch_to((prev), (next))); \
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | switch_to.h | 26 extern struct task_struct *__switch_to(struct task_struct *, 31 r = __switch_to((p), (n), (r));\
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | switch_to.h | 21 extern struct task_struct *__switch_to(struct task_struct *, 26 last = __switch_to(prev, task_thread_info(prev), \
|
/Linux-v4.19/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-v4.19/arch/c6x/include/asm/ |
D | switch_to.h | 20 asmlinkage void *__switch_to(struct thread_struct *prev, 27 (last) = __switch_to(&(prev)->thread, \
|
/Linux-v4.19/arch/s390/include/asm/ |
D | switch_to.h | 16 extern struct task_struct *__switch_to(void *, void *); 46 prev = __switch_to(prev, next); \
|
/Linux-v4.19/arch/arc/include/asm/ |
D | switch_to.h | 37 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n); 43 last = __switch_to(prev, next);\
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | switch_to.h | 58 extern struct task_struct *__switch_to(struct task_struct *, 66 ((last) = __switch_to(__prev, __next)); \
|
/Linux-v4.19/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-v4.19/arch/c6x/kernel/ |
D | switch_to.S | 20 ENTRY(__switch_to) 74 ENDPROC(__switch_to)
|
/Linux-v4.19/arch/x86/include/asm/ |
D | switch_to.h | 12 __visible struct task_struct *__switch_to(struct task_struct *prev,
|
/Linux-v4.19/arch/sh/include/asm/ |
D | switch_to_32.h | 64 struct task_struct *__switch_to(struct task_struct *prev,
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | process.c | 239 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
/Linux-v4.19/arch/nds32/kernel/ |
D | ex-scall.S | 18 ENTRY(__switch_to)
|
/Linux-v4.19/arch/sh/kernel/ |
D | process_32.c | 176 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/Linux-v4.19/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-v4.19/arch/riscv/kernel/ |
D | entry.S | 312 ENTRY(__switch_to) 358 ENDPROC(__switch_to)
|
/Linux-v4.19/arch/arm64/kernel/ |
D | process.c | 417 __notrace_funcgraph struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
/Linux-v4.19/arch/um/kernel/ |
D | process.c | 86 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|