Searched refs:_switch_to (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/asm-parisc/ |
D | system.h | 51 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *); 55 (last) = _switch_to(prev, next); \
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | system.h | 78 #define switch_to(prev,next,last) _switch_to((prev),(next),&(last)) 79 extern void _switch_to(struct task_struct *, struct task_struct *,
|
/linux-2.4.37.9/include/asm-ppc/ |
D | system.h | 85 #define switch_to(prev,next,last) _switch_to((prev),(next),&(last)) 86 extern void _switch_to(struct task_struct *, struct task_struct *,
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | process.c | 129 _switch_to(struct task_struct *prev, struct task_struct *new, in _switch_to() function
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | process.c | 187 _switch_to(struct task_struct *prev, struct task_struct *new, in _switch_to() function
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | entry.S | 603 .export _switch_to, code 604 _switch_to: label
|