Searched defs:__switch_to (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/arc/kernel/ |
D | ctx_sw_asm.S | 25 __switch_to: label
|
D | ctx_sw.c | 27 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | vm_switch.S | 52 __switch_to: label
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | switch_to.h | 45 #define __switch_to(prev,next,last) do { \ macro
|
/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/openrisc/kernel/ |
D | process.c | 239 struct task_struct *__switch_to(struct task_struct *old, 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
|
D | process_64.c | 418 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/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
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | process.c | 1168 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|