/linux-5.19.10/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-5.19.10/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 | 21 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
D | stacktrace.c | 94 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
|
D | entry.S | 51 ; when the forked child comes here from the __switch_to function
|
/linux-5.19.10/arch/ia64/include/asm/ |
D | switch_to.h | 37 #define __switch_to(prev,next,last) do { \ macro 59 __switch_to(prev, next, last); \ 68 # define switch_to(prev,next,last) __switch_to(prev, next, last)
|
/linux-5.19.10/include/asm-generic/ |
D | switch_to.h | 18 extern struct task_struct *__switch_to(struct task_struct *, 23 ((last) = __switch_to((prev), (next))); \
|
/linux-5.19.10/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-5.19.10/arch/loongarch/include/asm/ |
D | switch_to.h | 22 extern asmlinkage struct task_struct *__switch_to(struct task_struct *prev, 34 (last) = __switch_to(prev, next, task_thread_info(next)); \
|
/linux-5.19.10/arch/arc/include/asm/ |
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-5.19.10/arch/arm/include/asm/ |
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-5.19.10/arch/csky/include/asm/ |
D | switch_to.h | 24 extern struct task_struct *__switch_to(struct task_struct *, 32 ((last) = __switch_to((prev), (next))); \
|
/linux-5.19.10/arch/loongarch/kernel/ |
D | switch.S | 18 SYM_FUNC_START(__switch_to) 35 SYM_FUNC_END(__switch_to)
|
/linux-5.19.10/arch/s390/include/asm/ |
D | switch_to.h | 16 extern struct task_struct *__switch_to(void *, void *); 46 prev = __switch_to(prev, next); \
|
/linux-5.19.10/arch/riscv/include/asm/ |
D | switch_to.h | 71 extern struct task_struct *__switch_to(struct task_struct *, 80 ((last) = __switch_to(__prev, __next)); \
|
/linux-5.19.10/arch/powerpc/include/asm/ |
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-5.19.10/arch/x86/include/asm/ |
D | switch_to.h | 12 __visible struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-5.19.10/arch/csky/kernel/ |
D | entry.S | 261 ENTRY(__switch_to) 283 ENDPROC(__switch_to)
|
/linux-5.19.10/arch/sh/include/asm/ |
D | switch_to_32.h | 64 struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-5.19.10/arch/openrisc/kernel/ |
D | process.c | 243 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
/linux-5.19.10/arch/x86/kernel/ |
D | process_32.c | 155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/linux-5.19.10/arch/sh/kernel/ |
D | process_32.c | 150 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/linux-5.19.10/arch/s390/kernel/ |
D | entry.S | 208 ENTRY(__switch_to) 224 ENDPROC(__switch_to)
|
/linux-5.19.10/arch/um/kernel/ |
D | process.c | 86 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|
/linux-5.19.10/arch/riscv/kernel/ |
D | entry.S | 530 ENTRY(__switch_to) 567 ENDPROC(__switch_to)
|