Searched defs:__switch_to (Results 1 – 11 of 11) sorted by relevance
/linux/arch/arc/kernel/ |
A D | ctx_sw_asm.S | 22 __switch_to: label
|
A D | ctx_sw.c | 21 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
/linux/arch/hexagon/kernel/ |
A D | vm_switch.S | 39 __switch_to: label
|
/linux/arch/ia64/include/asm/ |
A D | switch_to.h | 37 #define __switch_to(prev,next,last) do { \ macro
|
/linux/arch/sh/kernel/ |
A D | process_32.c | 150 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/linux/arch/x86/kernel/ |
A D | process_32.c | 158 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
A D | process_64.c | 557 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/linux/arch/openrisc/kernel/ |
A D | process.c | 226 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
/linux/arch/arm64/kernel/ |
A D | process.c | 493 __notrace_funcgraph struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
/linux/arch/um/kernel/ |
A D | process.c | 85 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|
/linux/arch/powerpc/kernel/ |
A D | process.c | 1204 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
Completed in 20 milliseconds