/openbmc/linux/arch/arc/kernel/ |
H A D | process.c | 132 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()
|
H A D | entry.S | 50 ENTRY(ret_from_fork) 71 END(ret_from_fork)
|
/openbmc/linux/arch/csky/kernel/ |
H A D | process.c | 25 asmlinkage void ret_from_fork(void); 66 childstack->r15 = (unsigned long) ret_from_fork; in copy_thread()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | process.c | 60 asmlinkage void ret_from_fork(void); in copy_thread() 75 ss->lr = (unsigned long)ret_from_fork; in copy_thread()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kfence.rst | 87 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 …]
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | entry.S | 77 SYM_CODE_START(ret_from_fork) 84 SYM_CODE_END(ret_from_fork)
|
H A D | process.c | 66 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()
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | process.c | 133 extern asmlinkage void ret_from_fork(void); 215 kregs->gpr[9] = (unsigned long)ret_from_fork; in copy_thread()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | process_32.c | 87 asmlinkage void ret_from_fork(void); 136 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
|
H A D | entry-common.S | 268 .globl ret_from_fork 269 ret_from_fork: label
|
/openbmc/linux/arch/s390/kernel/ |
H A D | process.c | 47 void ret_from_fork(void) asm("ret_from_fork"); 142 frame->sf.gprs[14 - 6] = (unsigned long)ret_from_fork; in copy_thread()
|
H A D | entry.S | 319 # a new process exits the kernel with ret_from_fork 321 SYM_CODE_START(ret_from_fork) 332 SYM_CODE_END(ret_from_fork)
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | kgdb_64.c | 49 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()
|
H A D | process_32.c | 258 extern void ret_from_fork(void); 314 ti->kpc = (((unsigned long) ret_from_fork) - 0x8);
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | process.c | 42 asmlinkage void ret_from_fork(void); 175 frame->sw.retpc = (unsigned long)ret_from_fork; in copy_thread()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | process.c | 35 extern asmlinkage void ret_from_fork(void); 203 p->thread.ra = (unsigned long)ret_from_fork; in copy_thread()
|
H A D | entry.S | 214 SYM_CODE_START(ret_from_fork) 224 SYM_CODE_END(ret_from_fork)
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | process.c | 53 extern void ret_from_fork(void); 298 (unsigned long)ret_from_fork, 0x1); in copy_thread()
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | processor.h | 29 extern void ret_from_fork(void);
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | process.c | 28 asmlinkage void ret_from_fork(void); 135 childstack->ra = (unsigned long)ret_from_fork; in copy_thread()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | switch_to.h | 16 __visible void ret_from_fork(struct task_struct *prev, struct pt_regs *regs,
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | process.c | 237 extern void ret_from_fork(void); in copy_thread() 278 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | process.c | 233 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork"); 266 thread->cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | process.c | 49 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()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | process.c | 104 ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8; in copy_thread()
|