Home
last modified time | relevance | path

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

12

/Linux-v6.6/arch/hexagon/kernel/
Dvm_switch.S29 .globl __switch_to
30 .type __switch_to, @function
39 __switch_to: label
82 .size __switch_to, .-__switch_to
/Linux-v6.6/arch/ia64/include/asm/
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-v6.6/include/asm-generic/
Dswitch_to.h18 extern struct task_struct *__switch_to(struct task_struct *,
23 ((last) = __switch_to((prev), (next))); \
/Linux-v6.6/arch/hexagon/include/asm/
Dswitch_to.h13 extern struct task_struct *__switch_to(struct task_struct *,
18 r = __switch_to((p), (n), (r));\
/Linux-v6.6/arch/arc/include/asm/
Dswitch_to.h15 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n);
21 last = __switch_to(prev, next);\
/Linux-v6.6/arch/arm/include/asm/
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-v6.6/arch/loongarch/include/asm/
Dswitch_to.h25 extern asmlinkage struct task_struct *__switch_to(struct task_struct *prev,
40 (last) = __switch_to(prev, next, task_thread_info(next), \
/Linux-v6.6/arch/csky/include/asm/
Dswitch_to.h24 extern struct task_struct *__switch_to(struct task_struct *,
32 ((last) = __switch_to((prev), (next))); \
/Linux-v6.6/arch/s390/include/asm/
Dswitch_to.h16 extern struct task_struct *__switch_to(void *, void *);
46 prev = __switch_to(prev, next); \
/Linux-v6.6/arch/loongarch/kernel/
Dswitch.S18 SYM_FUNC_START(__switch_to)
42 SYM_FUNC_END(__switch_to)
/Linux-v6.6/arch/arc/kernel/
Dctx_sw_asm.S21 ENTRY_CFI(__switch_to)
64 END_CFI(__switch_to)
Dstacktrace.c95 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
Dentry.S51 ; when the forked child comes here from the __switch_to function
/Linux-v6.6/arch/riscv/include/asm/
Dswitch_to.h73 extern struct task_struct *__switch_to(struct task_struct *,
84 ((last) = __switch_to(__prev, __next)); \
/Linux-v6.6/arch/powerpc/include/asm/
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-v6.6/arch/csky/kernel/
Dentry.S252 ENTRY(__switch_to)
274 ENDPROC(__switch_to)
/Linux-v6.6/arch/x86/include/asm/
Dswitch_to.h12 __visible struct task_struct *__switch_to(struct task_struct *prev,
/Linux-v6.6/arch/sh/include/asm/
Dswitch_to_32.h64 struct task_struct *__switch_to(struct task_struct *prev,
/Linux-v6.6/arch/openrisc/kernel/
Dprocess.c240 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
/Linux-v6.6/arch/x86/kernel/
Dprocess_32.c155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
/Linux-v6.6/arch/riscv/kernel/
Dentry.S281 SYM_FUNC_START(__switch_to)
318 SYM_FUNC_END(__switch_to)
/Linux-v6.6/arch/sh/kernel/
Dprocess_32.c145 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
/Linux-v6.6/arch/s390/kernel/
Dentry.S180 SYM_FUNC_START(__switch_to)
196 SYM_FUNC_END(__switch_to)
/Linux-v6.6/arch/um/kernel/
Dprocess.c87 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
/Linux-v6.6/arch/arm64/kernel/
Dprocess.c523 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function

12