Home
last modified time | relevance | path

Searched refs:__switch_to (Results 1 – 25 of 27) sorted by relevance

12

/linux-2.6.39/arch/avr32/kernel/
Dswitch_to.S12 .global __switch_to
13 .type __switch_to, @function
20 __switch_to: label
35 .size __switch_to, . - __switch_to
/linux-2.6.39/arch/ia64/include/asm/
Dsystem.h153 #define __switch_to(prev,next,last) do { \ macro
176 __switch_to(prev, next, last); \
186 # define switch_to(prev,next,last) __switch_to(prev, next, last)
/linux-2.6.39/arch/mn10300/include/asm/
Dsystem.h43 struct task_struct *__switch_to(struct thread_struct *prev,
52 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/linux-2.6.39/include/asm-generic/
Dsystem.h29 extern struct task_struct *__switch_to(struct task_struct *,
33 ((last) = __switch_to((prev), (next))); \
/linux-2.6.39/arch/unicore32/include/asm/
Dsystem.h103 extern struct task_struct *__switch_to(struct task_struct *,
109 last = __switch_to(prev, \
/linux-2.6.39/arch/frv/include/asm/
Dsystem.h27 struct task_struct *__switch_to(struct thread_struct *prev_thread,
35 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/linux-2.6.39/arch/avr32/include/asm/
Dsystem.h54 extern struct task_struct *__switch_to(struct task_struct *,
59 last = __switch_to(prev, &prev->thread.cpu_context + 1, \
/linux-2.6.39/arch/mn10300/kernel/
Dswitch_to.S26 # struct task_struct *__switch_to(struct thread_struct *prev,
31 ENTRY(__switch_to)
70 mov d0,a0 # for __switch_to
/linux-2.6.39/arch/s390/include/asm/
Dsystem.h23 extern struct task_struct *__switch_to(void *, void *);
100 prev = __switch_to(prev,next); \
/linux-2.6.39/arch/tile/kernel/
Dregs_32.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
96 STD_ENDPROC(__switch_to)
Dprocess.c546 return __switch_to(prev, next, next_current_ksp0(next)); in _switch_to()
/linux-2.6.39/arch/frv/kernel/
Dswitch_to.S46 # struct task_struct *__switch_to(struct thread_struct *prev_thread,
51 .globl __switch_to
52 __switch_to: label
Dentry.S854 # - __switch_to() saved the old current pointer in GR8 for us
/linux-2.6.39/arch/tile/include/asm/
Dsystem.h182 extern struct task_struct *__switch_to(struct task_struct *prev,
/linux-2.6.39/arch/arm/include/asm/
Dsystem.h239 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in…
243 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
/linux-2.6.39/arch/powerpc/include/asm/
Dsystem.h209 extern struct task_struct *__switch_to(struct task_struct *,
211 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
/linux-2.6.39/arch/sh/include/asm/
Dsystem_32.h77 struct task_struct *__switch_to(struct task_struct *prev,
/linux-2.6.39/arch/x86/include/asm/
Dsystem.h21 struct task_struct *__switch_to(struct task_struct *prev,
/linux-2.6.39/arch/x86/kernel/
Dprocess_32.c291 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
Dprocess_64.c374 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
/linux-2.6.39/arch/sh/kernel/
Dprocess_32.c220 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
/linux-2.6.39/arch/unicore32/kernel/
Dentry.S497 ENTRY(__switch_to)
522 ENDPROC(__switch_to)
/linux-2.6.39/arch/s390/kernel/
Dentry64.S209 .globl __switch_to
210 __switch_to: label
Dentry.S200 .globl __switch_to
201 __switch_to: label
/linux-2.6.39/arch/powerpc/kernel/
Dprocess.c392 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function

12