Home
last modified time | relevance | path

Searched refs:__switch_to (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dvm_switch.S29 .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 Dvm_switch.S29 .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 Dctx_sw_asm.S20 .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 Dswitch_to.h37 #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 Dswitch_to.h37 #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 Dswitch_to.h13 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 Dswitch_to.h13 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 Dswitch_to.h18 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 Dswitch_to.h18 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 Dswitch_to.h15 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 Dswitch_to.h24 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 Dswitch_to.h17 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 Dswitch_to.h15 * __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 Dswitch_to.h15 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 Dswitch_to.h25 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 Dswitch_to.h25 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 Dswitch_to.h16 * __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 Dswitch_to.h24 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 Dswitch_to.h16 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 Dswitch_to.h16 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 Dswitch_to.h15 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 Dswitch_to.h66 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 Dswitch_to.h15 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 Dswitch_to.h73 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 Dswitch_to.S13 * void __switch_to(struct thread_info *prev,
17 ENTRY(__switch_to)
71 ENDPROC(__switch_to)

Completed in 5 milliseconds

123