Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/hexagon/kernel/
Dvm_switch.S42 .globl __switch_to
43 .type __switch_to, @function
52 __switch_to: label
95 .size __switch_to, .-__switch_to
/Linux-v4.19/arch/arc/kernel/
Dctx_sw_asm.S23 .global __switch_to
24 .type __switch_to, @function
25 __switch_to: label
63 END_CFI(__switch_to)
Dctx_sw.c27 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) in __switch_to() function
Dstacktrace.c81 frame_info->regs.r63 = (unsigned int)__switch_to; in seed_unwind_frame_info()
Dentry.S42 ; when the forked child comes here from the __switch_to function
/Linux-v4.19/arch/ia64/include/asm/
Dswitch_to.h45 #define __switch_to(prev,next,last) do { \ macro
67 __switch_to(prev, next, last); \
77 # define switch_to(prev,next,last) __switch_to(prev, next, last)
/Linux-v4.19/include/asm-generic/
Dswitch_to.h22 extern struct task_struct *__switch_to(struct task_struct *,
27 ((last) = __switch_to((prev), (next))); \
/Linux-v4.19/arch/hexagon/include/asm/
Dswitch_to.h26 extern struct task_struct *__switch_to(struct task_struct *,
31 r = __switch_to((p), (n), (r));\
/Linux-v4.19/arch/unicore32/include/asm/
Dswitch_to.h21 extern struct task_struct *__switch_to(struct task_struct *,
26 last = __switch_to(prev, task_thread_info(prev), \
/Linux-v4.19/arch/arm/include/asm/
Dswitch_to.h24 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_in…
29 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
/Linux-v4.19/arch/c6x/include/asm/
Dswitch_to.h20 asmlinkage void *__switch_to(struct thread_struct *prev,
27 (last) = __switch_to(&(prev)->thread, \
/Linux-v4.19/arch/s390/include/asm/
Dswitch_to.h16 extern struct task_struct *__switch_to(void *, void *);
46 prev = __switch_to(prev, next); \
/Linux-v4.19/arch/arc/include/asm/
Dswitch_to.h37 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n);
43 last = __switch_to(prev, next);\
/Linux-v4.19/arch/riscv/include/asm/
Dswitch_to.h58 extern struct task_struct *__switch_to(struct task_struct *,
66 ((last) = __switch_to(__prev, __next)); \
/Linux-v4.19/arch/powerpc/include/asm/
Dswitch_to.h14 extern struct task_struct *__switch_to(struct task_struct *,
16 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
/Linux-v4.19/arch/c6x/kernel/
Dswitch_to.S20 ENTRY(__switch_to)
74 ENDPROC(__switch_to)
/Linux-v4.19/arch/x86/include/asm/
Dswitch_to.h12 __visible struct task_struct *__switch_to(struct task_struct *prev,
/Linux-v4.19/arch/sh/include/asm/
Dswitch_to_32.h64 struct task_struct *__switch_to(struct task_struct *prev,
/Linux-v4.19/arch/openrisc/kernel/
Dprocess.c239 struct task_struct *__switch_to(struct task_struct *old, in __switch_to() function
/Linux-v4.19/arch/nds32/kernel/
Dex-scall.S18 ENTRY(__switch_to)
/Linux-v4.19/arch/sh/kernel/
Dprocess_32.c176 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to() function
/Linux-v4.19/arch/x86/kernel/
Dprocess_32.c228 __switch_to(struct task_struct *prev_p, struct task_struct *next_p) in __switch_to() function
/Linux-v4.19/arch/riscv/kernel/
Dentry.S312 ENTRY(__switch_to)
358 ENDPROC(__switch_to)
/Linux-v4.19/arch/arm64/kernel/
Dprocess.c417 __notrace_funcgraph struct task_struct *__switch_to(struct task_struct *prev, in __switch_to() function
/Linux-v4.19/arch/um/kernel/
Dprocess.c86 void *__switch_to(struct task_struct *from, struct task_struct *to) in __switch_to() function

12