Searched refs:ret_from_fork (Results 1 - 25 of 45) sorted by path

12

/linux-master/arch/alpha/kernel/
H A Dprocess.c237 extern void ret_from_fork(void);
278 childstack->r26 = (unsigned long) ret_from_fork;
/linux-master/arch/arc/kernel/
H A Dentry.S50 ENTRY(ret_from_fork)
71 END(ret_from_fork)
H A Dprocess.c132 asmlinkage void ret_from_fork(void);
150 * | blink | @ret_from_fork
195 childksp[1] = (unsigned long)ret_from_fork; /* blink */
210 childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */
240 * function) since special return path for child @ret_from_fork()
/linux-master/arch/arm/kernel/
H A Dentry-common.S129 ENTRY(ret_from_fork)
137 ENDPROC(ret_from_fork)
H A Dprocess.c233 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
266 thread->cpu_context.pc = (unsigned long)ret_from_fork;
/linux-master/arch/arm64/kernel/
H A Dentry.S856 SYM_CODE_START(ret_from_fork)
865 SYM_CODE_END(ret_from_fork)
866 NOKPROBE(ret_from_fork)
H A Dprocess.c340 asmlinkage void ret_from_fork(void) asm("ret_from_fork");
403 p->thread.cpu_context.pc = (unsigned long)ret_from_fork;
/linux-master/arch/csky/kernel/
H A Dentry.S121 ENTRY(ret_from_fork)
H A Dprocess.c25 asmlinkage void ret_from_fork(void);
66 childstack->r15 = (unsigned long) ret_from_fork;
/linux-master/arch/hexagon/kernel/
H A Dprocess.c61 asmlinkage void ret_from_fork(void);
76 ss->lr = (unsigned long)ret_from_fork;
H A Dvm_entry.S361 .globl ret_from_fork
362 ret_from_fork: label
/linux-master/arch/loongarch/kernel/
H A Dentry.S80 SYM_CODE_START(ret_from_fork)
88 SYM_CODE_END(ret_from_fork)
H A Dprocess.c66 asmlinkage void ret_from_fork(void);
185 p->thread.reg01 = (unsigned long) ret_from_fork;
186 p->thread.sched_ra = (unsigned long) ret_from_fork;
/linux-master/arch/m68k/kernel/
H A Dentry.S130 ENTRY(ret_from_fork)
H A Dprocess.c43 asmlinkage void ret_from_fork(void);
176 frame->sw.retpc = (unsigned long)ret_from_fork;
/linux-master/arch/microblaze/include/asm/
H A Dprocessor.h29 extern void ret_from_fork(void);
/linux-master/arch/microblaze/kernel/
H A Dentry.S501 (copy_thread makes ret_from_fork the return address in each new thread's
503 C_ENTRY(ret_from_fork):
H A Dprocess.c104 ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8;
/linux-master/arch/mips/kernel/
H A Dentry.S76 FEXPORT(ret_from_fork)
H A Dprocess.c49 asmlinkage void ret_from_fork(void);
163 p->thread.reg31 = (unsigned long) ret_from_fork;
534 if (t->reg31 == (unsigned long) ret_from_fork)
/linux-master/arch/nios2/kernel/
H A Dentry.S502 ENTRY(ret_from_fork)
H A Dprocess.c28 asmlinkage void ret_from_fork(void);
135 childstack->ra = (unsigned long)ret_from_fork;
/linux-master/arch/openrisc/kernel/
H A Dentry.S671 /* All syscalls return here... just pay attention to ret_from_fork
1002 ENTRY(ret_from_fork)
1143 * that may be either schedule(), ret_from_fork(), or
H A Dprocess.c132 extern asmlinkage void ret_from_fork(void);
153 * ret_from_fork. A kernel thread will need to set r20 to the address of
155 * r20 to NULL in which case ret_from_fork will just continue a return to
161 * below); ret_from_fork will then continue its execution causing the
214 kregs->gpr[9] = (unsigned long)ret_from_fork;
/linux-master/arch/powerpc/kernel/
H A Dentry_32.S183 .globl ret_from_fork
184 ret_from_fork: label

Completed in 288 milliseconds

12