Searched refs:__switch_to (Results 1 – 18 of 18) sorted by relevance
/arch/avr32/kernel/ |
D | switch_to.S | 12 .global __switch_to symbol 13 .type __switch_to, @function 20 __switch_to: label 35 .size __switch_to, . - __switch_to
|
/arch/mn10300/kernel/ |
D | switch_to.S | 23 # struct task_struct *__switch_to(struct thread_struct *prev, 28 ENTRY(__switch_to) 65 mov d0,a0 # for __switch_to
|
/arch/ia64/include/asm/ |
D | system.h | 238 #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/ |
D | system.h | 54 extern struct task_struct *__switch_to(struct task_struct *, 59 last = __switch_to(prev, &prev->thread.cpu_context + 1, \
|
/arch/arm/include/asm/ |
D | system.h | 208 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/ |
D | system_32.h | 6 struct task_struct *__switch_to(struct task_struct *prev,
|
/arch/s390/include/asm/ |
D | system.h | 26 extern struct task_struct *__switch_to(void *, void *); 99 prev = __switch_to(prev,next); \
|
/arch/s390/kernel/ |
D | entry64.S | 195 .globl __switch_to symbol 196 __switch_to: label
|
D | entry.S | 204 .globl __switch_to symbol 205 __switch_to: label
|
/arch/frv/kernel/ |
D | switch_to.S | 46 # struct task_struct *__switch_to(struct thread_struct *prev_thread, 51 .globl __switch_to symbol 52 __switch_to: label
|
D | entry.S | 854 # - __switch_to() saved the old current pointer in GR8 for us
|
/arch/powerpc/include/asm/ |
D | system.h | 204 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/ |
D | system.h | 21 struct task_struct *__switch_to(struct task_struct *prev,
|
/arch/sh/kernel/ |
D | process_32.c | 256 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
/arch/x86/kernel/ |
D | process_32.c | 512 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
D | process_64.c | 535 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/arch/arm/kernel/ |
D | entry-armv.S | 690 ENTRY(__switch_to) 725 ENDPROC(__switch_to)
|
/arch/powerpc/kernel/ |
D | process.c | 299 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|