/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/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/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/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/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/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/drivers/gpu/drm/ci/xfails/ |
H A D | vkms-none-skips.txt | 37 # ret_from_fork+0x2f/0x50 88 # ret_from_fork+0x2f/0x50 139 # ret_from_fork+0x2f/0x50 192 # ret_from_fork+0x2f/0x50 241 # ret_from_fork+0x2f/0x50
|
/linux/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()
|
/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/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/x86/include/asm/ |
H A D | switch_to.h | 16 __visible void ret_from_fork(struct task_struct *prev, struct pt_regs *regs,
|
/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()
|
/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()
|