Home
last modified time | relevance | path

Searched refs:ret_from_fork (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.6.21/arch/arc/kernel/
Dprocess.c132 asmlinkage void ret_from_fork(void);
195 childksp[1] = (unsigned long)ret_from_fork; /* blink */ in copy_thread()
210 childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */ in copy_thread()
Dentry.S50 ENTRY(ret_from_fork)
71 END(ret_from_fork)
/linux-6.6.21/arch/csky/kernel/
Dprocess.c25 asmlinkage void ret_from_fork(void);
66 childstack->r15 = (unsigned long) ret_from_fork; in copy_thread()
/linux-6.6.21/arch/hexagon/kernel/
Dprocess.c60 asmlinkage void ret_from_fork(void); in copy_thread()
75 ss->lr = (unsigned long)ret_from_fork; in copy_thread()
Dvm_entry.S361 .globl ret_from_fork
362 ret_from_fork: label
/linux-6.6.21/Documentation/dev-tools/
Dkfence.rst87 ret_from_fork+0x22/0x30
97 ret_from_fork+0x22/0x30
118 ret_from_fork+0x22/0x30
128 ret_from_fork+0x22/0x30
135 ret_from_fork+0x22/0x30
151 ret_from_fork+0x22/0x30
161 ret_from_fork+0x22/0x30
168 ret_from_fork+0x22/0x30
186 ret_from_fork+0x22/0x30
196 ret_from_fork+0x22/0x30
[all …]
/linux-6.6.21/arch/loongarch/kernel/
Dentry.S77 SYM_CODE_START(ret_from_fork)
84 SYM_CODE_END(ret_from_fork)
Dprocess.c66 asmlinkage void ret_from_fork(void);
185 p->thread.reg01 = (unsigned long) ret_from_fork; in copy_thread()
186 p->thread.sched_ra = (unsigned long) ret_from_fork; in copy_thread()
/linux-6.6.21/arch/openrisc/kernel/
Dprocess.c133 extern asmlinkage void ret_from_fork(void);
215 kregs->gpr[9] = (unsigned long)ret_from_fork; in copy_thread()
/linux-6.6.21/arch/sh/kernel/
Dprocess_32.c87 asmlinkage void ret_from_fork(void);
136 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
Dentry-common.S268 .globl ret_from_fork
269 ret_from_fork: label
/linux-6.6.21/arch/s390/kernel/
Dprocess.c47 void ret_from_fork(void) asm("ret_from_fork");
142 frame->sf.gprs[14 - 6] = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S319 # a new process exits the kernel with ret_from_fork
321 SYM_CODE_START(ret_from_fork)
332 SYM_CODE_END(ret_from_fork)
/linux-6.6.21/arch/sparc/kernel/
Dkgdb_64.c49 extern unsigned int ret_from_fork; in sleeping_thread_to_gdb_regs()
73 pc = (unsigned long) &ret_from_fork; in sleeping_thread_to_gdb_regs()
Dprocess_32.c258 extern void ret_from_fork(void);
314 ti->kpc = (((unsigned long) ret_from_fork) - 0x8);
/linux-6.6.21/arch/m68k/kernel/
Dprocess.c42 asmlinkage void ret_from_fork(void);
175 frame->sw.retpc = (unsigned long)ret_from_fork; in copy_thread()
/linux-6.6.21/arch/xtensa/kernel/
Dprocess.c52 extern void ret_from_fork(void);
297 (unsigned long)ret_from_fork, 0x1); in copy_thread()
/linux-6.6.21/arch/riscv/kernel/
Dprocess.c37 extern asmlinkage void ret_from_fork(void);
206 p->thread.ra = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S211 SYM_CODE_START(ret_from_fork)
221 SYM_CODE_END(ret_from_fork)
/linux-6.6.21/arch/nios2/kernel/
Dprocess.c28 asmlinkage void ret_from_fork(void);
135 childstack->ra = (unsigned long)ret_from_fork; in copy_thread()
/linux-6.6.21/arch/microblaze/include/asm/
Dprocessor.h29 extern void ret_from_fork(void);
/linux-6.6.21/arch/alpha/kernel/
Dprocess.c237 extern void ret_from_fork(void); in copy_thread()
278 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()
/linux-6.6.21/arch/x86/include/asm/
Dswitch_to.h16 __visible void ret_from_fork(struct task_struct *prev, struct pt_regs *regs,
/linux-6.6.21/arch/arm/kernel/
Dprocess.c233 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
266 thread->cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
/linux-6.6.21/arch/mips/kernel/
Dprocess.c49 asmlinkage void ret_from_fork(void);
163 p->thread.reg31 = (unsigned long) ret_from_fork; in copy_thread()
534 if (t->reg31 == (unsigned long) ret_from_fork) in thread_saved_pc()

123