Home
last modified time | relevance | path

Searched refs:__switch_to (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.3-rc2/arch/hexagon/kernel/
A Dvm_switch.S29 .globl __switch_to
30 .type __switch_to, @function
39 __switch_to: label
82 .size __switch_to, .-__switch_to
/linux-6.3-rc2/arch/arc/kernel/
A Dctx_sw_asm.S20 .global __switch_to
21 .type __switch_to, @function
22 __switch_to: label
60 END_CFI(__switch_to)
A Dctx_sw.c21 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
A Dstacktrace.c94 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
/linux-6.3-rc2/arch/ia64/include/asm/
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)
/linux-6.3-rc2/include/asm-generic/
A Dswitch_to.h18 extern struct task_struct *__switch_to(struct task_struct *,
23 ((last) = __switch_to((prev), (next))); \
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dswitch_to.h13 extern struct task_struct *__switch_to(struct task_struct *,
18 r = __switch_to((p), (n), (r));\
/linux-6.3-rc2/arch/arc/include/asm/
A Dswitch_to.h15 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n);
21 last = __switch_to(prev, next);\
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dswitch_to.h24 extern asmlinkage struct task_struct *__switch_to(struct task_struct *prev,
38 (last) = __switch_to(prev, next, task_thread_info(next), \
/linux-6.3-rc2/arch/arm/include/asm/
A Dswitch_to.h25 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in…
32 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
/linux-6.3-rc2/arch/csky/include/asm/
A Dswitch_to.h24 extern struct task_struct *__switch_to(struct task_struct *,
32 ((last) = __switch_to((prev), (next))); \
/linux-6.3-rc2/arch/s390/include/asm/
A Dswitch_to.h16 extern struct task_struct *__switch_to(void *, void *);
46 prev = __switch_to(prev, next); \
/linux-6.3-rc2/arch/loongarch/kernel/
A Dswitch.S18 SYM_FUNC_START(__switch_to)
42 SYM_FUNC_END(__switch_to)
/linux-6.3-rc2/arch/riscv/include/asm/
A Dswitch_to.h72 extern struct task_struct *__switch_to(struct task_struct *,
81 ((last) = __switch_to(__prev, __next)); \
/linux-6.3-rc2/arch/powerpc/include/asm/
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)))
/linux-6.3-rc2/arch/x86/include/asm/
A Dswitch_to.h12 __visible struct task_struct *__switch_to(struct task_struct *prev,
/linux-6.3-rc2/arch/csky/kernel/
A Dentry.S252 ENTRY(__switch_to)
274 ENDPROC(__switch_to)
/linux-6.3-rc2/arch/sh/include/asm/
A Dswitch_to_32.h64 struct task_struct *__switch_to(struct task_struct *prev,
/linux-6.3-rc2/arch/openrisc/kernel/
A Dprocess.c240 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
/linux-6.3-rc2/arch/x86/kernel/
A Dprocess_32.c155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
/linux-6.3-rc2/arch/sh/kernel/
A Dprocess_32.c145 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
/linux-6.3-rc2/arch/s390/kernel/
A Dentry.S184 ENTRY(__switch_to)
200 ENDPROC(__switch_to)
/linux-6.3-rc2/arch/um/kernel/
A Dprocess.c87 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
/linux-6.3-rc2/arch/riscv/kernel/
A Dentry.S536 ENTRY(__switch_to)
573 ENDPROC(__switch_to)
/linux-6.3-rc2/arch/arm64/kernel/
A Dprocess.c523 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function

Completed in 22 milliseconds

12