Home
last modified time | relevance | path

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

12

/linux-3.4.99/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-3.4.99/arch/hexagon/kernel/
Dvm_switch.S42 .globl __switch_to
43 .type __switch_to, @function
52 __switch_to: label
95 .size __switch_to, .-__switch_to
/linux-3.4.99/arch/ia64/include/asm/
Dswitch_to.h51 #define __switch_to(prev,next,last) do { \ macro
74 __switch_to(prev, next, last); \
84 # define switch_to(prev,next,last) __switch_to(prev, next, last)
/linux-3.4.99/include/asm-generic/
Dswitch_to.h22 extern struct task_struct *__switch_to(struct task_struct *,
27 ((last) = __switch_to((prev), (next))); \
/linux-3.4.99/arch/hexagon/include/asm/
Dswitch_to.h26 extern struct task_struct *__switch_to(struct task_struct *,
31 r = __switch_to((p), (n), (r));\
/linux-3.4.99/arch/arm/include/asm/
Dswitch_to.h11 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in…
15 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
/linux-3.4.99/arch/unicore32/include/asm/
Dswitch_to.h21 extern struct task_struct *__switch_to(struct task_struct *,
26 last = __switch_to(prev, task_thread_info(prev), \
/linux-3.4.99/arch/frv/include/asm/
Dswitch_to.h23 struct task_struct *__switch_to(struct thread_struct *prev_thread,
31 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/linux-3.4.99/arch/avr32/include/asm/
Dswitch_to.h36 extern struct task_struct *__switch_to(struct task_struct *,
41 last = __switch_to(prev, &prev->thread.cpu_context + 1, \
/linux-3.4.99/arch/c6x/include/asm/
Dswitch_to.h20 asmlinkage void *__switch_to(struct thread_struct *prev,
27 (last) = __switch_to(&(prev)->thread, \
/linux-3.4.99/arch/powerpc/include/asm/
Dswitch_to.h11 extern struct task_struct *__switch_to(struct task_struct *,
13 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
/linux-3.4.99/arch/mn10300/include/asm/
Dswitch_to.h36 struct task_struct *__switch_to(struct thread_struct *prev,
44 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/linux-3.4.99/arch/s390/include/asm/
Dswitch_to.h12 extern struct task_struct *__switch_to(void *, void *);
89 prev = __switch_to(prev,next); \
/linux-3.4.99/arch/c6x/kernel/
Dswitch_to.S20 ENTRY(__switch_to)
74 ENDPROC(__switch_to)
/linux-3.4.99/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-3.4.99/arch/tile/kernel/
Dregs_64.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
96 STD_ENDPROC(__switch_to)
Dregs_32.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
96 STD_ENDPROC(__switch_to)
/linux-3.4.99/arch/tile/include/asm/
Dswitch_to.h45 extern struct task_struct *__switch_to(struct task_struct *prev,
/linux-3.4.99/arch/sh/include/asm/
Dswitch_to_32.h63 struct task_struct *__switch_to(struct task_struct *prev,
/linux-3.4.99/arch/x86/include/asm/
Dswitch_to.h5 struct task_struct *__switch_to(struct task_struct *prev,
/linux-3.4.99/arch/frv/kernel/
Dswitch_to.S46 # struct task_struct *__switch_to(struct thread_struct *prev_thread,
51 .globl __switch_to
52 __switch_to: label
/linux-3.4.99/arch/openrisc/kernel/
Dprocess.c202 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
/linux-3.4.99/arch/x86/kernel/
Dprocess_32.c238 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
/linux-3.4.99/arch/sh/kernel/
Dprocess_32.c219 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
/linux-3.4.99/arch/um/kernel/
Dprocess.c91 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function

12