Symbol: ret_from_fork
arch/alpha/kernel/process.c
237
extern void ret_from_fork(void);
arch/alpha/kernel/process.c
278
childstack->r26 = (unsigned long) ret_from_fork;
arch/arc/kernel/process.c
132
asmlinkage void ret_from_fork(void);
arch/arc/kernel/process.c
195
childksp[1] = (unsigned long)ret_from_fork; /* blink */
arch/arc/kernel/process.c
210
childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */
arch/arm/kernel/process.c
266
thread->cpu_context.pc = (unsigned long)ret_from_fork;
arch/arm64/kernel/process.c
508
p->thread.cpu_context.pc = (unsigned long)ret_from_fork;
arch/csky/kernel/process.c
25
asmlinkage void ret_from_fork(void);
arch/csky/kernel/process.c
66
childstack->r15 = (unsigned long) ret_from_fork;
arch/hexagon/kernel/process.c
61
asmlinkage void ret_from_fork(void);
arch/hexagon/kernel/process.c
76
ss->lr = (unsigned long)ret_from_fork;
arch/loongarch/include/asm/asm-prototypes.h
16
asmlinkage void noinstr __no_stack_protector ret_from_fork(struct task_struct *prev,
arch/m68k/kernel/process.c
176
frame->sw.retpc = (unsigned long)ret_from_fork;
arch/m68k/kernel/process.c
43
asmlinkage void ret_from_fork(void);
arch/microblaze/include/asm/processor.h
29
extern void ret_from_fork(void);
arch/microblaze/kernel/process.c
104
ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8;
arch/mips/kernel/process.c
163
p->thread.reg31 = (unsigned long) ret_from_fork;
arch/mips/kernel/process.c
49
asmlinkage void ret_from_fork(void);
arch/mips/kernel/process.c
534
if (t->reg31 == (unsigned long) ret_from_fork)
arch/nios2/kernel/process.c
135
childstack->ra = (unsigned long)ret_from_fork;
arch/nios2/kernel/process.c
28
asmlinkage void ret_from_fork(void);
arch/openrisc/kernel/process.c
132
extern asmlinkage void ret_from_fork(void);
arch/openrisc/kernel/process.c
214
kregs->gpr[9] = (unsigned long)ret_from_fork;
arch/powerpc/kernel/process.c
1736
extern void ret_from_fork(void);
arch/powerpc/kernel/process.c
1806
f = ret_from_fork;
arch/s390/kernel/process.c
139
frame->sf.gprs[14 - 6] = (unsigned long)ret_from_fork;
arch/sh/kernel/process_32.c
136
p->thread.pc = (unsigned long) ret_from_fork;
arch/sh/kernel/process_32.c
87
asmlinkage void ret_from_fork(void);
arch/sparc/kernel/kgdb_64.c
49
extern unsigned int ret_from_fork;
arch/sparc/kernel/kgdb_64.c
73
pc = (unsigned long) &ret_from_fork;
arch/sparc/kernel/process_32.c
260
extern void ret_from_fork(void);
arch/sparc/kernel/process_32.c
316
ti->kpc = (((unsigned long) ret_from_fork) - 0x8);
arch/x86/include/asm/switch_to.h
16
__visible void ret_from_fork(struct task_struct *prev, struct pt_regs *regs,
arch/x86/kernel/callthunks.c
129
if (dest == ret_from_fork)
arch/xtensa/kernel/process.c
298
(unsigned long)ret_from_fork, 0x1);
arch/xtensa/kernel/process.c
53
extern void ret_from_fork(void);