/linux/arch/hexagon/kernel/ |
H A D | vm_switch.S | 29 .globl __switch_to 30 .type __switch_to, @function 39 __switch_to: label 82 .size __switch_to, .-__switch_to
|
/linux/include/asm-generic/ |
H A D | switch_to.h | 18 extern struct task_struct *__switch_to(struct task_struct *, 23 ((last) = __switch_to((prev), (next))); \
|
/linux/arch/hexagon/include/asm/ |
H A D | switch_to.h | 13 extern struct task_struct *__switch_to(struct task_struct *, 18 r = __switch_to((p), (n), (r));\
|
/linux/arch/arc/include/asm/ |
H A D | switch_to.h | 15 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n); 21 last = __switch_to(prev, next);\
|
/linux/arch/arm/include/asm/ |
H A D | switch_to.h | 25 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in… 32 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
|
/linux/arch/loongarch/include/asm/ |
H A D | switch_to.h | 25 extern asmlinkage struct task_struct *__switch_to(struct task_struct *prev, 40 (last) = __switch_to(prev, next, task_thread_info(next), \
|
/linux/arch/csky/include/asm/ |
H A D | switch_to.h | 24 extern struct task_struct *__switch_to(struct task_struct *, 32 ((last) = __switch_to((prev), (next))); \
|
/linux/arch/loongarch/kernel/ |
H A D | switch.S | 14 * task_struct *__switch_to(task_struct *prev, task_struct *next, 18 SYM_FUNC_START(__switch_to) 42 SYM_FUNC_END(__switch_to)
|
/linux/arch/arc/kernel/ |
H A D | ctx_sw_asm.S | 21 ENTRY_CFI(__switch_to) 64 END_CFI(__switch_to)
|
H A D | stacktrace.c | 95 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
|
H A D | entry.S | 51 ; when the forked child comes here from the __switch_to function
|
/linux/arch/powerpc/include/asm/ |
H A D | switch_to.h | 15 extern struct task_struct *__switch_to(struct task_struct *, 17 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
|
/linux/arch/csky/kernel/ |
H A D | entry.S | 252 ENTRY(__switch_to) 274 ENDPROC(__switch_to)
|
/linux/arch/x86/include/asm/ |
H A D | switch_to.h | 12 __visible struct task_struct *__switch_to(struct task_struct *prev,
|
/linux/arch/sh/include/asm/ |
H A D | switch_to_32.h | 64 struct task_struct *__switch_to(struct task_struct *prev,
|
/linux/arch/openrisc/kernel/ |
H A D | process.c | 239 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
/linux/arch/x86/kernel/ |
H A D | process_32.c | 155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
H A D | process_64.c | 610 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/linux/arch/riscv/kernel/ |
H A D | entry.S | 381 SYM_FUNC_START(__switch_to) 422 SYM_FUNC_END(__switch_to)
|
/linux/arch/sh/kernel/ |
H A D | process_32.c | 145 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/linux/arch/s390/kernel/ |
H A D | process.c | 192 struct task_struct *__switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/linux/arch/um/kernel/ |
H A D | process.c | 71 struct task_struct *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|
/linux/arch/x86/entry/ |
H A D | entry_32.S | 714 jmp __switch_to
|
/linux/Documentation/trace/ |
H A D | kprobes.rst | 603 on the x86_64 version of __switch_to(); the registration functions
|
H A D | ftrace.rst | 2655 3) # 1837.709 us | } /* __switch_to */
|