| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kfence.rst | 75 ret_from_fork+0x22/0x30 83 ret_from_fork+0x22/0x30 104 ret_from_fork+0x22/0x30 112 ret_from_fork+0x22/0x30 119 ret_from_fork+0x22/0x30 135 ret_from_fork+0x22/0x30 143 ret_from_fork+0x22/0x30 150 ret_from_fork+0x22/0x30 168 ret_from_fork+0x22/0x30 176 ret_from_fork+0x22/0x30 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | process.c | 129 asmlinkage void ret_from_fork(void); 192 childksp[1] = (unsigned long)ret_from_fork; /* blink */ in copy_thread() 207 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)
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | process.c | 25 asmlinkage void ret_from_fork(void); 67 childstack->r15 = (unsigned long) ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | process.c | 25 extern asmlinkage void ret_from_fork(void); 127 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | process.c | 59 asmlinkage void ret_from_fork(void); in copy_thread() 74 ss->lr = (unsigned long)ret_from_fork; in copy_thread()
|
| H A D | vm_entry.S | 361 .globl ret_from_fork symbol 362 ret_from_fork: label
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | process.c | 116 extern asmlinkage void ret_from_fork(void); 196 kregs->gpr[9] = (unsigned long)ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | process.c | 52 asmlinkage void ret_from_fork(void); 123 childregs->retpc = (unsigned long) ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | process.c | 33 extern asmlinkage void ret_from_fork(void); 134 p->thread.ra = (unsigned long)ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | process_32.c | 92 asmlinkage void ret_from_fork(void); 141 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
|
| H A D | entry-common.S | 268 .globl ret_from_fork symbol 269 ret_from_fork: label
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | process.c | 51 extern void ret_from_fork(void); 226 (unsigned long)ret_from_fork, 0x1); in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | process.c | 46 asmlinkage void ret_from_fork(void) asm ("ret_from_fork"); 125 frame->sf.gprs[8] = (unsigned long) ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | process.c | 151 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork"); 176 p->thread.cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/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 | 272 extern void ret_from_fork(void); 330 ti->kpc = (((unsigned long) ret_from_fork) - 0x8);
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | process.c | 41 asmlinkage void ret_from_fork(void); 173 frame->sw.retpc = (unsigned long)ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | process.c | 28 asmlinkage void ret_from_fork(void); 134 childstack->ra = (unsigned long)ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | process.c | 240 extern void ret_from_fork(void); in copy_thread() 279 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()
|
| H A D | entry.S | 767 .globl ret_from_fork symbol 769 .ent ret_from_fork 770 ret_from_fork: label 774 .end ret_from_fork
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | processor.h | 29 extern void ret_from_fork(void);
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | switch_to.h | 15 asmlinkage void ret_from_fork(void);
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | process.c | 228 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork"); 259 thread->cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | process.c | 64 asmlinkage void ret_from_fork(void); 166 p->thread.reg31 = (unsigned long) ret_from_fork; in copy_thread() 517 if (t->reg31 == (unsigned long) ret_from_fork) in thread_saved_pc()
|