Home
last modified time | relevance | path

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

12

/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
/arch/hexagon/include/asm/
A Dswitch_to.h13 extern struct task_struct *__switch_to(struct task_struct *,
18 r = __switch_to((p), (n), (r));\
/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);\
/arch/loongarch/include/asm/
A Dswitch_to.h25 extern asmlinkage struct task_struct *__switch_to(struct task_struct *prev,
40 (last) = __switch_to(prev, next, task_thread_info(next), \
/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)); \
/arch/csky/include/asm/
A Dswitch_to.h24 extern struct task_struct *__switch_to(struct task_struct *,
32 ((last) = __switch_to((prev), (next))); \
/arch/loongarch/kernel/
A Dswitch.S18 SYM_FUNC_START(__switch_to)
42 SYM_FUNC_END(__switch_to)
/arch/arc/kernel/
A Dctx_sw_asm.S21 ENTRY_CFI(__switch_to)
64 END_CFI(__switch_to)
A Dstacktrace.c95 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
A Dentry.S51 ; when the forked child comes here from the __switch_to function
/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)))
/arch/riscv/include/asm/
A Dswitch_to.h91 extern struct task_struct *__switch_to(struct task_struct *,
125 ((last) = __switch_to(__prev, __next)); \
/arch/x86/include/asm/
A Dswitch_to.h12 __visible struct task_struct *__switch_to(struct task_struct *prev,
/arch/sh/include/asm/
A Dswitch_to_32.h64 struct task_struct *__switch_to(struct task_struct *prev,
/arch/csky/kernel/
A Dentry.S252 ENTRY(__switch_to)
274 ENDPROC(__switch_to)
/arch/openrisc/kernel/
A Dprocess.c239 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
/arch/x86/kernel/
A Dprocess_32.c155 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
A Dprocess_64.c611 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
/arch/sh/kernel/
A Dprocess_32.c145 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
/arch/riscv/kernel/
A Dentry.S385 SYM_FUNC_START(__switch_to)
435 SYM_FUNC_END(__switch_to)
/arch/s390/kernel/
A Dprocess.c191 struct task_struct *__switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
/arch/um/kernel/
A Dprocess.c71 struct task_struct *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function
/arch/arm64/kernel/
A Dprocess.c705 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
/arch/x86/entry/
A Dentry_32.S714 jmp __switch_to
A Dentry_64.S216 jmp __switch_to

Completed in 42 milliseconds

12