/linux-4.4.14/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-4.4.14/arch/hexagon/kernel/ |
D | vm_switch.S | 42 .globl __switch_to 43 .type __switch_to, @function 52 __switch_to: label 95 .size __switch_to, .-__switch_to
|
/linux-4.4.14/arch/arc/kernel/ |
D | ctx_sw_asm.S | 23 .global __switch_to 24 .type __switch_to, @function 25 __switch_to: label 62 END(__switch_to)
|
D | ctx_sw.c | 23 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
|
D | stacktrace.c | 79 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
|
D | entry.S | 42 ; when the forked child comes here from the __switch_to function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | switch_to.h | 44 #define __switch_to(prev,next,last) do { \ macro 66 __switch_to(prev, next, last); \ 76 # define switch_to(prev,next,last) __switch_to(prev, next, last)
|
/linux-4.4.14/include/asm-generic/ |
D | switch_to.h | 22 extern struct task_struct *__switch_to(struct task_struct *, 27 ((last) = __switch_to((prev), (next))); \
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | switch_to.h | 26 extern struct task_struct *__switch_to(struct task_struct *, 31 r = __switch_to((p), (n), (r));\
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | switch_to.h | 21 extern struct task_struct *__switch_to(struct task_struct *, 26 last = __switch_to(prev, task_thread_info(prev), \
|
/linux-4.4.14/arch/arm/include/asm/ |
D | switch_to.h | 23 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in… 28 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
|
/linux-4.4.14/arch/frv/include/asm/ |
D | switch_to.h | 23 struct task_struct *__switch_to(struct thread_struct *prev_thread, 31 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | switch_to.h | 20 asmlinkage void *__switch_to(struct thread_struct *prev, 27 (last) = __switch_to(&(prev)->thread, \
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | switch_to.h | 38 extern struct task_struct *__switch_to(struct task_struct *, 44 last = __switch_to(prev, &prev->thread.cpu_context + 1, \
|
/linux-4.4.14/arch/arc/include/asm/ |
D | switch_to.h | 29 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n); 34 last = __switch_to(prev, next);\
|
/linux-4.4.14/arch/s390/include/asm/ |
D | switch_to.h | 14 extern struct task_struct *__switch_to(void *, void *); 43 prev = __switch_to(prev,next); \
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | switch_to.h | 36 struct task_struct *__switch_to(struct thread_struct *prev, 44 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | switch_to.h | 11 extern struct task_struct *__switch_to(struct task_struct *, 13 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
|
/linux-4.4.14/arch/c6x/kernel/ |
D | switch_to.S | 20 ENTRY(__switch_to) 74 ENDPROC(__switch_to)
|
/linux-4.4.14/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-4.4.14/arch/tile/kernel/ |
D | regs_32.S | 54 STD_ENTRY_SECTION(__switch_to, .sched.text) 96 STD_ENDPROC(__switch_to)
|
D | regs_64.S | 54 STD_ENTRY_SECTION(__switch_to, .sched.text) 96 STD_ENDPROC(__switch_to)
|
D | process.c | 460 return __switch_to(prev, next, next_current_ksp0(next)); in _switch_to()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | switch_to.h | 45 extern struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-4.4.14/arch/sh/include/asm/ |
D | switch_to_32.h | 63 struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-4.4.14/arch/x86/include/asm/ |
D | switch_to.h | 5 __visible struct task_struct *__switch_to(struct task_struct *prev,
|
/linux-4.4.14/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-4.4.14/arch/openrisc/kernel/ |
D | process.c | 217 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
|
/linux-4.4.14/arch/sh/kernel/ |
D | process_32.c | 181 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
|
/linux-4.4.14/arch/arm64/kernel/ |
D | process.c | 314 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_32.c | 242 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
D | process_64.c | 275 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
|
/linux-4.4.14/arch/um/kernel/ |
D | process.c | 83 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
|
/linux-4.4.14/arch/metag/kernel/ |
D | process.c | 301 struct task_struct *__sched __switch_to(struct task_struct *prev, in __switch_to() function
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | entry.S | 497 ENTRY(__switch_to) 522 ENDPROC(__switch_to)
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 763 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 174 ENTRY(__switch_to)
|
/linux-4.4.14/Documentation/ |
D | kprobes.txt | 586 on the x86_64 version of __switch_to(); the registration functions
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1955 3) # 1837.709 us | } /* __switch_to */
|