Searched defs:__switch_to (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/arc/kernel/ |
D | ctx_sw_asm.S | 22 __switch_to: label
|
D | ctx_sw.c | 21 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
/linux-6.1.9/arch/hexagon/kernel/ |
D | vm_switch.S | 39 __switch_to: label
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | switch_to.h | 37 #define __switch_to(prev,next,last) do { \ macro
|
/linux-6.1.9/arch/sh/kernel/ |
D | process_32.c | 145 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/linux-6.1.9/arch/x86/kernel/ |
D | process_32.c | 155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
D | process_64.c | 558 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/linux-6.1.9/arch/openrisc/kernel/ |
D | process.c | 239 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
/linux-6.1.9/arch/arm64/kernel/ |
D | process.c | 520 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
/linux-6.1.9/arch/um/kernel/ |
D | process.c | 86 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | process.c | 1235 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|