/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | vm_switch.S | 29 .globl __switch_to 30 .type __switch_to, @function 39 __switch_to: label 82 .size __switch_to, .-__switch_to
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | vm_switch.S | 29 .globl __switch_to 30 .type __switch_to, @function 39 __switch_to: label 82 .size __switch_to, .-__switch_to
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | ctx_sw_asm.S | 20 .global __switch_to 21 .type __switch_to, @function 22 __switch_to: label 60 END_CFI(__switch_to)
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | switch_to.h | 37 #define __switch_to(prev,next,last) do { \ macro 59 __switch_to(prev, next, last); \ 68 # define switch_to(prev,next,last) __switch_to(prev, next, last)
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | switch_to.h | 37 #define __switch_to(prev,next,last) do { \ macro 59 __switch_to(prev, next, last); \ 68 # define switch_to(prev,next,last) __switch_to(prev, next, last)
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | switch_to.h | 13 extern struct task_struct *__switch_to(struct task_struct *, 18 r = __switch_to((p), (n), (r));\
|
/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | switch_to.h | 13 extern struct task_struct *__switch_to(struct task_struct *, 18 r = __switch_to((p), (n), (r));\
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | switch_to.h | 18 extern struct task_struct *__switch_to(struct task_struct *, 23 ((last) = __switch_to((prev), (next))); \
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | switch_to.h | 18 extern struct task_struct *__switch_to(struct task_struct *, 23 ((last) = __switch_to((prev), (next))); \
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | switch_to.h | 15 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n); 21 last = __switch_to(prev, next);\
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | switch_to.h | 24 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_info *); 29 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | switch_to.h | 17 asmlinkage void *__switch_to(struct thread_struct *prev, 24 (last) = __switch_to(&(prev)->thread, \
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | switch_to.h | 15 * __switch_to - switch execution of a task 25 extern asmlinkage struct task_struct *__switch_to(struct task_struct *prev, 32 * That is, everything following __switch_to() will be skipped for new threads. 33 * So everything that matters to new threads should be placed before __switch_to(). 40 (last) = __switch_to(prev, next, task_thread_info(next), \
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | switch_to.h | 15 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n); 21 last = __switch_to(prev, next);\
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | switch_to.h | 25 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_info *); 32 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | switch_to.h | 25 extern struct task_struct *__switch_to(struct task_struct *, 33 ((last) = __switch_to((prev), (next))); \
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | switch_to.h | 16 * __switch_to - switch execution of a task 26 extern asmlinkage struct task_struct *__switch_to(struct task_struct *prev, 33 * That is, everything following __switch_to() will be skipped for new threads. 34 * So everything that matters to new threads should be placed before __switch_to(). 41 (last) = __switch_to(prev, next, task_thread_info(next), \
|
/kernel/linux/linux-6.6/arch/csky/include/asm/ |
H A D | switch_to.h | 24 extern struct task_struct *__switch_to(struct task_struct *, 32 ((last) = __switch_to((prev), (next))); \
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | switch_to.h | 16 extern struct task_struct *__switch_to(void *, void *); 46 prev = __switch_to(prev, next); \
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | switch_to.h | 16 extern struct task_struct *__switch_to(void *, void *); 46 prev = __switch_to(prev, next); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | switch_to.h | 15 extern struct task_struct *__switch_to(struct task_struct *, 17 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | switch_to.h | 66 extern struct task_struct *__switch_to(struct task_struct *, 75 ((last) = __switch_to(__prev, __next)); \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | switch_to.h | 15 extern struct task_struct *__switch_to(struct task_struct *, 17 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | switch_to.h | 73 extern struct task_struct *__switch_to(struct task_struct *, 84 ((last) = __switch_to(__prev, __next)); \
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | switch_to.S | 13 * void __switch_to(struct thread_info *prev, 17 ENTRY(__switch_to) 71 ENDPROC(__switch_to)
|