Home
last modified time | relevance | path

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

12

/linux/arch/arc/kernel/
H A 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()
H A Dentry.S50 ENTRY(ret_from_fork)
71 END(ret_from_fork)
/linux/arch/csky/kernel/
H A Dprocess.c25 asmlinkage void ret_from_fork(void);
66 childstack->r15 = (unsigned long) ret_from_fork; in copy_thread()
/linux/Documentation/dev-tools/
H A Dkfence.rst94 ret_from_fork+0x22/0x30
104 ret_from_fork+0x22/0x30
125 ret_from_fork+0x22/0x30
135 ret_from_fork+0x22/0x30
142 ret_from_fork+0x22/0x30
158 ret_from_fork+0x22/0x30
168 ret_from_fork+0x22/0x30
175 ret_from_fork+0x22/0x30
193 ret_from_fork+0x22/0x30
203 ret_from_fork+0x22/0x30
[all …]
/linux/arch/hexagon/kernel/
H A Dprocess.c61 asmlinkage void ret_from_fork(void); in copy_thread()
76 ss->lr = (unsigned long)ret_from_fork; in copy_thread()
H A Dvm_entry.S361 .globl ret_from_fork
362 ret_from_fork: label
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcsan.rst39 ret_from_fork+0x22/0x30
45 ret_from_fork+0x22/0x30
67 ret_from_fork+0x22/0x30
/linux/arch/openrisc/kernel/
H A Dprocess.c132 extern asmlinkage void ret_from_fork(void);
214 kregs->gpr[9] = (unsigned long)ret_from_fork; in copy_thread()
/linux/arch/sh/kernel/
H A Dprocess_32.c87 asmlinkage void ret_from_fork(void);
136 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
H A Dentry-common.S268 .globl ret_from_fork
269 ret_from_fork: label
/linux/arch/sparc/kernel/
H A 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()
H A Dprocess_32.c258 extern void ret_from_fork(void);
314 ti->kpc = (((unsigned long) ret_from_fork) - 0x8);
H A Dsyscalls.S106 .globl ret_from_fork
107 ret_from_fork: label
/linux/arch/m68k/kernel/
H A Dprocess.c43 asmlinkage void ret_from_fork(void);
176 frame->sw.retpc = (unsigned long)ret_from_fork; in copy_thread()
/linux/arch/loongarch/include/asm/
H A Dasm-prototypes.h16 asmlinkage void noinstr __no_stack_protector ret_from_fork(struct task_struct *prev,
/linux/arch/xtensa/kernel/
H A Dprocess.c53 extern void ret_from_fork(void);
298 (unsigned long)ret_from_fork, 0x1); in copy_thread()
/linux/arch/nios2/kernel/
H A Dprocess.c28 asmlinkage void ret_from_fork(void);
135 childstack->ra = (unsigned long)ret_from_fork; in copy_thread()
/linux/arch/alpha/kernel/
H A Dprocess.c237 extern void ret_from_fork(void); in copy_thread()
278 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()
/linux/arch/microblaze/include/asm/
H A Dprocessor.h29 extern void ret_from_fork(void);
/linux/arch/s390/kernel/
H A Dentry.S278 # a new process exits the kernel with ret_from_fork
280 SYM_CODE_START(ret_from_fork)
291 SYM_CODE_END(ret_from_fork)
/linux/arch/arm/kernel/
H A 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()
H A Dentry-common.S132 ENTRY(ret_from_fork)
140 ENDPROC(ret_from_fork)
/linux/arch/loongarch/kernel/
H A Dentry.S84 bl ret_from_fork
/linux/arch/microblaze/kernel/
H A Dprocess.c104 ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8; in copy_thread()
/linux/arch/powerpc/kernel/
H A Dentry_32.S181 .globl ret_from_fork symbol
182 ret_from_fork: label

12