Searched refs:_switch_to (Results 1 – 10 of 10) sorted by relevance
/arch/xtensa/include/asm/ |
D | switch_to.h | 15 extern void *_switch_to(void *last, void *next); 19 (last) = _switch_to(prev, next); \
|
/arch/parisc/include/asm/ |
D | switch_to.h | 6 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *); 9 (last) = _switch_to(prev, next); \
|
/arch/microblaze/include/asm/ |
D | switch_to.h | 15 extern struct task_struct *_switch_to(struct thread_info *prev, 20 (last) = _switch_to(task_thread_info(prev), \
|
/arch/tile/include/asm/ |
D | switch_to.h | 40 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next))) 41 extern struct task_struct *_switch_to(struct task_struct *prev,
|
/arch/microblaze/kernel/ |
D | unwind.c | 132 if (pc != (unsigned long) &_switch_to) in lookup_prev_stack_frame() 299 (unsigned long) &_switch_to, in microblaze_unwind()
|
D | entry-nommu.S | 387 ENTRY(_switch_to)
|
D | entry.S | 871 ENTRY(_switch_to)
|
/arch/tile/kernel/ |
D | process.c | 421 struct task_struct *__sched _switch_to(struct task_struct *prev, in _switch_to() function
|
/arch/xtensa/kernel/ |
D | entry.S | 1917 ENTRY(_switch_to) 1976 ENDPROC(_switch_to)
|
/arch/parisc/kernel/ |
D | entry.S | 804 ENTRY(_switch_to) 829 ENDPROC(_switch_to)
|