Searched refs:_switch_to (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dsystem.h29 extern void *_switch_to(void *prev, void *next, void *last);
30 #define switch_to(prev, next, last) prev = _switch_to(prev, next, last)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dsystem.h25 extern struct task_struct *_switch_to(struct thread_info *prev,
30 (last) = _switch_to(task_thread_info(prev), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dsystem.h45 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *);
48 (last) = _switch_to(prev, next); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsystem.h157 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next)))
158 extern struct task_struct *_switch_to(struct task_struct *prev,
161 /* Helper function for _switch_to(). */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dsystem.h72 extern void *_switch_to(void *last, void *next);
78 (last) = _switch_to(prev, next); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dunwind.c130 /* _switch_to is a special leaf function */
131 if (pc != (unsigned long) &_switch_to)
298 (unsigned long) &_switch_to,
H A Dentry-nommu.S380 /* struct task_struct *_switch_to(struct thread_info *prev,
382 ENTRY(_switch_to)
392 * they are saved on stack when we jumped to _switch_to() */
H A Dentry.S871 ENTRY(_switch_to)
882 * they are saved on stack when we jumped to _switch_to() */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dprocess.c89 void *_switch_to(void *prev, void *next, void *last) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c470 struct task_struct *__sched _switch_to(struct task_struct *prev, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dentry.S804 * struct task_struct *_switch_to(struct task_struct *prev,
808 ENTRY(_switch_to)
833 ENDPROC(_switch_to)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dentry.S1882 * struct task* _switch_to (struct task* prev, struct task* next)
1886 ENTRY(_switch_to)

Completed in 192 milliseconds