Searched refs:__switch_to (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dswitch_to.S12 .global __switch_to
13 .type __switch_to, @function
20 __switch_to: label
35 .size __switch_to, . - __switch_to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dswitch_to.S23 # struct task_struct *__switch_to(struct thread_struct *prev,
28 ENTRY(__switch_to)
65 mov d0,a0 # for __switch_to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsystem.h224 #define __switch_to(prev,next,last) do { \ macro
247 __switch_to(prev, next, last); \
257 # define switch_to(prev,next,last) __switch_to(prev, next, last)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dsystem.h25 struct task_struct *__switch_to(struct thread_struct *prev,
33 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsystem.h28 extern struct task_struct *__switch_to(struct task_struct *,
32 ((last) = __switch_to((prev), (next))); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dsystem.h47 * We just delegate everything to the __switch_to assembly function,
54 extern struct task_struct *__switch_to(struct task_struct *,
59 last = __switch_to(prev, &prev->thread.cpu_context + 1, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dregs_32.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
96 STD_ENDPROC(__switch_to)
H A Dprocess.c221 ksp -= C_ABI_SAVE_AREA_SIZE; /* __switch_to() save area */
518 * (i.e. the task that actually called __switch_to).
521 return __switch_to(prev, next, next_current_ksp0(next));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsystem.h27 struct task_struct *__switch_to(struct thread_struct *prev_thread,
35 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsystem.h150 * is defined here for use in copy_thread() and must agree with __switch_to().
162 extern struct task_struct *__switch_to(struct task_struct *prev,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsystem.h22 extern struct task_struct *__switch_to(void *, void *);
95 prev = __switch_to(prev,next); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dswitch_to.S46 # struct task_struct *__switch_to(struct thread_struct *prev_thread,
51 .globl __switch_to
52 __switch_to: label
H A Dentry.S854 # - __switch_to() saved the old current pointer in GR8 for us
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsystem_32.h77 struct task_struct *__switch_to(struct task_struct *prev,
119 "jmp @%0\t! call __switch_to\n\t" \
123 ".long __switch_to\n" \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystem.h209 extern struct task_struct *__switch_to(struct task_struct *,
211 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dentry.S208 .globl __switch_to
209 __switch_to: label
226 stm %r6,%r15,__SF_GPRS(%r15)# store __switch_to registers of prev task
229 lm %r6,%r15,__SF_GPRS(%r15)# load __switch_to registers of next task
H A Dentry64.S217 .globl __switch_to
218 __switch_to: label
233 stmg %r6,%r15,__SF_GPRS(%r15)# store __switch_to registers of prev task
236 lmg %r6,%r15,__SF_GPRS(%r15)# load __switch_to registers of next task
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsystem.h224 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_info *);
228 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_32.c220 __switch_to(struct task_struct *prev, struct task_struct *next) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsystem.h21 struct task_struct *__switch_to(struct task_struct *prev,
55 * __switch_to()) \
66 "jmp __switch_to\n" /* regparm call */ \
86 /* regparm parameters for __switch_to(): */ \
131 "call __switch_to\n\t" \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess_32.c295 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) function
303 /* never put a printk in __switch_to... printk() calls wake_up*() indirectly */
H A Dprocess_64.c378 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) function
603 __switch_to */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c372 struct task_struct *__switch_to(struct task_struct *prev, function

Completed in 111 milliseconds