/linux-2.6.39/arch/avr32/kernel/ |
D | switch_to.S | 12 .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/ |
D | system.h | 153 #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/ |
D | system.h | 43 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/ |
D | system.h | 29 extern struct task_struct *__switch_to(struct task_struct *, 33 ((last) = __switch_to((prev), (next))); \
|
/linux-2.6.39/arch/unicore32/include/asm/ |
D | system.h | 103 extern struct task_struct *__switch_to(struct task_struct *, 109 last = __switch_to(prev, \
|
/linux-2.6.39/arch/frv/include/asm/ |
D | system.h | 27 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/ |
D | system.h | 54 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/ |
D | switch_to.S | 26 # 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/ |
D | system.h | 23 extern struct task_struct *__switch_to(void *, void *); 100 prev = __switch_to(prev,next); \
|
/linux-2.6.39/arch/tile/kernel/ |
D | regs_32.S | 54 STD_ENTRY_SECTION(__switch_to, .sched.text) 96 STD_ENDPROC(__switch_to)
|
D | process.c | 546 return __switch_to(prev, next, next_current_ksp0(next)); in _switch_to()
|
/linux-2.6.39/arch/frv/kernel/ |
D | switch_to.S | 46 # struct task_struct *__switch_to(struct thread_struct *prev_thread, 51 .globl __switch_to 52 __switch_to: label
|
D | entry.S | 854 # - __switch_to() saved the old current pointer in GR8 for us
|
/linux-2.6.39/arch/tile/include/asm/ |
D | system.h | 182 extern struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-2.6.39/arch/arm/include/asm/ |
D | system.h | 239 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/ |
D | system.h | 209 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/ |
D | system_32.h | 77 struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-2.6.39/arch/x86/include/asm/ |
D | system.h | 21 struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-2.6.39/arch/x86/kernel/ |
D | process_32.c | 291 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
D | process_64.c | 374 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/linux-2.6.39/arch/sh/kernel/ |
D | process_32.c | 220 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/linux-2.6.39/arch/unicore32/kernel/ |
D | entry.S | 497 ENTRY(__switch_to) 522 ENDPROC(__switch_to)
|
/linux-2.6.39/arch/s390/kernel/ |
D | entry64.S | 209 .globl __switch_to 210 __switch_to: label
|
D | entry.S | 200 .globl __switch_to 201 __switch_to: label
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | process.c | 392 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|