Home
last modified time | relevance | path

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

/arch/avr32/kernel/
Dswitch_to.S12 .global __switch_to symbol
13 .type __switch_to, @function
20 __switch_to: label
35 .size __switch_to, . - __switch_to
/arch/mn10300/kernel/
Dswitch_to.S23 # struct task_struct *__switch_to(struct thread_struct *prev,
28 ENTRY(__switch_to)
65 mov d0,a0 # for __switch_to
/arch/ia64/include/asm/
Dsystem.h238 #define __switch_to(prev,next,last) do { \ macro
261 __switch_to(prev, next, last); \
271 # define switch_to(prev,next,last) __switch_to(prev, next, last)
/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, \
/arch/arm/include/asm/
Dsystem.h208 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in…
212 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
/arch/sh/include/asm/
Dsystem_32.h6 struct task_struct *__switch_to(struct task_struct *prev,
/arch/s390/include/asm/
Dsystem.h26 extern struct task_struct *__switch_to(void *, void *);
99 prev = __switch_to(prev,next); \
/arch/s390/kernel/
Dentry64.S195 .globl __switch_to symbol
196 __switch_to: label
Dentry.S204 .globl __switch_to symbol
205 __switch_to: label
/arch/frv/kernel/
Dswitch_to.S46 # struct task_struct *__switch_to(struct thread_struct *prev_thread,
51 .globl __switch_to symbol
52 __switch_to: label
Dentry.S854 # - __switch_to() saved the old current pointer in GR8 for us
/arch/powerpc/include/asm/
Dsystem.h204 extern struct task_struct *__switch_to(struct task_struct *,
206 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
/arch/x86/include/asm/
Dsystem.h21 struct task_struct *__switch_to(struct task_struct *prev,
/arch/sh/kernel/
Dprocess_32.c256 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
/arch/x86/kernel/
Dprocess_32.c512 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
Dprocess_64.c535 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
/arch/arm/kernel/
Dentry-armv.S690 ENTRY(__switch_to)
725 ENDPROC(__switch_to)
/arch/powerpc/kernel/
Dprocess.c299 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function