| /linux-6.15/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-6.15/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-6.15/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-6.15/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()
|
| /linux-6.15/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
|
| H A D | kmsan.rst | 40 ret_from_fork+0x1f/0x30 ??:? 49 ret_from_fork+0x1f/0x30 ??:?
|
| /linux-6.15/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-6.15/arch/loongarch/kernel/ |
| H A D | entry.S | 80 SYM_CODE_START(ret_from_fork) 88 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()
|
| /linux-6.15/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-6.15/arch/s390/kernel/ |
| H A D | process.c | 51 void ret_from_fork(void) asm("ret_from_fork"); 141 frame->sf.gprs[14 - 6] = (unsigned long)ret_from_fork; in copy_thread()
|
| H A D | entry.S | 274 # a new process exits the kernel with ret_from_fork 276 SYM_CODE_START(ret_from_fork) 288 SYM_CODE_END(ret_from_fork)
|
| /linux-6.15/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);
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/arch/microblaze/include/asm/ |
| H A D | processor.h | 29 extern void ret_from_fork(void);
|
| /linux-6.15/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-6.15/arch/x86/include/asm/ |
| H A D | switch_to.h | 16 __visible void ret_from_fork(struct task_struct *prev, struct pt_regs *regs,
|
| /linux-6.15/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()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | process.c | 39 extern asmlinkage void ret_from_fork(void); 245 p->thread.ra = (unsigned long)ret_from_fork; in copy_thread()
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-skips.txt | 38 # ret_from_fork+0x2f/0x50 89 # ret_from_fork+0x2f/0x50 140 # ret_from_fork+0x2f/0x50 193 # ret_from_fork+0x2f/0x50 242 # ret_from_fork+0x2f/0x50 349 # ret_from_fork+0x2f/0x50 455 # ret_from_fork+0x2f/0x50 561 # ret_from_fork+0x2f/0x50 667 # ret_from_fork+0x2f/0x50 773 # ret_from_fork+0x2f/0x50
|