| /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)
|
| /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()
|
| /linux/Documentation/dev-tools/ |
| H A D | kfence.rst | 94 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 D | process.c | 61 asmlinkage void ret_from_fork(void); in copy_thread() 76 ss->lr = (unsigned long)ret_from_fork; in copy_thread()
|
| H A D | vm_entry.S | 361 .globl ret_from_fork 362 ret_from_fork: label
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 39 ret_from_fork+0x22/0x30 45 ret_from_fork+0x22/0x30 67 ret_from_fork+0x22/0x30
|
| /linux/arch/openrisc/kernel/ |
| H A D | process.c | 132 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 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
|
| /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);
|
| H A D | syscalls.S | 106 .globl ret_from_fork 107 ret_from_fork: label
|
| /linux/arch/m68k/kernel/ |
| H A D | process.c | 43 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 D | asm-prototypes.h | 16 asmlinkage void noinstr __no_stack_protector ret_from_fork(struct task_struct *prev,
|
| /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()
|
| /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()
|
| /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()
|
| /linux/arch/microblaze/include/asm/ |
| H A D | processor.h | 29 extern void ret_from_fork(void);
|
| /linux/arch/s390/kernel/ |
| H A D | entry.S | 278 # 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 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()
|
| H A D | entry-common.S | 132 ENTRY(ret_from_fork) 140 ENDPROC(ret_from_fork)
|
| /linux/arch/loongarch/kernel/ |
| H A D | entry.S | 84 bl ret_from_fork
|
| /linux/arch/microblaze/kernel/ |
| H A D | process.c | 104 ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8; in copy_thread()
|
| /linux/arch/powerpc/kernel/ |
| H A D | entry_32.S | 181 .globl ret_from_fork symbol 182 ret_from_fork: label
|