Home
last modified time | relevance | path

Searched refs:_switch_to (Results 1 – 10 of 10) sorted by relevance

/arch/xtensa/include/asm/
Dswitch_to.h15 extern void *_switch_to(void *last, void *next);
19 (last) = _switch_to(prev, next); \
/arch/parisc/include/asm/
Dswitch_to.h6 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *);
9 (last) = _switch_to(prev, next); \
/arch/microblaze/include/asm/
Dswitch_to.h15 extern struct task_struct *_switch_to(struct thread_info *prev,
20 (last) = _switch_to(task_thread_info(prev), \
/arch/tile/include/asm/
Dswitch_to.h40 #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/
Dunwind.c132 if (pc != (unsigned long) &_switch_to) in lookup_prev_stack_frame()
299 (unsigned long) &_switch_to, in microblaze_unwind()
Dentry-nommu.S387 ENTRY(_switch_to)
Dentry.S871 ENTRY(_switch_to)
/arch/tile/kernel/
Dprocess.c421 struct task_struct *__sched _switch_to(struct task_struct *prev, in _switch_to() function
/arch/xtensa/kernel/
Dentry.S1917 ENTRY(_switch_to)
1976 ENDPROC(_switch_to)
/arch/parisc/kernel/
Dentry.S804 ENTRY(_switch_to)
829 ENDPROC(_switch_to)