Searched defs:__switch_to (Results 1 – 14 of 14) sorted by relevance
/arch/avr32/kernel/ |
D | switch_to.S | 12 .global __switch_to symbol 20 __switch_to: label
|
/arch/arc/kernel/ |
D | ctx_sw_asm.S | 23 .global __switch_to symbol 25 __switch_to: label
|
D | ctx_sw.c | 23 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
/arch/hexagon/kernel/ |
D | vm_switch.S | 42 .globl __switch_to symbol 52 __switch_to: label
|
/arch/frv/kernel/ |
D | switch_to.S | 51 .globl __switch_to symbol 52 __switch_to: label
|
/arch/ia64/include/asm/ |
D | switch_to.h | 44 #define __switch_to(prev,next,last) do { \ macro
|
/arch/sh/kernel/ |
D | process_32.c | 174 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/arch/openrisc/kernel/ |
D | process.c | 218 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
/arch/x86/kernel/ |
D | process_32.c | 246 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
D | process_64.c | 276 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/arch/arm64/kernel/ |
D | process.c | 386 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
/arch/metag/kernel/ |
D | process.c | 297 struct task_struct *__sched __switch_to(struct task_struct *prev, in __switch_to() function
|
/arch/um/kernel/ |
D | process.c | 80 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|
/arch/powerpc/kernel/ |
D | process.c | 748 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|