Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/kernel/
Dprocess.c53 asmlinkage void ret_from_fork(void);
116 childksp[1] = (unsigned long)ret_from_fork; /* blink */ in copy_thread()
131 childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */ in copy_thread()
Dentry.S41 ENTRY(ret_from_fork)
62 END(ret_from_fork)
/linux-4.4.14/arch/score/kernel/
Dprocess.c44 void ret_from_fork(void);
90 p->thread.reg3 = (unsigned long) ret_from_fork; in copy_thread()
Dentry.S288 ENTRY(ret_from_fork)
/linux-4.4.14/arch/c6x/kernel/
Dprocess.c27 extern asmlinkage void ret_from_fork(void);
133 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
/linux-4.4.14/arch/hexagon/kernel/
Dprocess.c77 asmlinkage void ret_from_fork(void); in copy_thread()
92 ss->lr = (unsigned long)ret_from_fork; in copy_thread()
Dvm_entry.S374 .globl ret_from_fork
375 ret_from_fork: label
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dprocess.c101 extern asmlinkage void ret_from_fork(void);
146 swstack->return_ip = (unsigned long) ret_from_fork; in copy_thread()
Dentry.S33 .globl ret_from_fork
80 .type ret_from_fork,@function
81 ret_from_fork: label
86 .size ret_from_fork, . - ret_from_fork
/linux-4.4.14/arch/h8300/kernel/
Dprocess.c49 asmlinkage void ret_from_fork(void);
121 childregs->retpc = (unsigned long) ret_from_fork; in copy_thread()
Dentry.S162 .globl ret_from_fork
332 ret_from_fork: label
/linux-4.4.14/arch/openrisc/kernel/
Dprocess.c111 extern asmlinkage void ret_from_fork(void);
186 kregs->gpr[9] = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S910 ENTRY(ret_from_fork)
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dprocess.c94 asmlinkage void ret_from_fork(void);
128 swstack->return_ip = (unsigned long) ret_from_fork; /* Will call ret_from_sys_call */ in copy_thread()
Dentry.S37 .globl ret_from_fork
/linux-4.4.14/arch/m32r/kernel/
Dprocess.c135 extern void ret_from_fork(void); in copy_thread()
150 tsk->thread.lr = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S138 ENTRY(ret_from_fork)
/linux-4.4.14/arch/mn10300/kernel/
Dinternal.h20 extern void ret_from_fork(struct task_struct *) __attribute__((noreturn));
Dprocess.c184 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
Dswitch_to.S69 mov d2,d0 # for ret_from_fork
Dentry.S49 ENTRY(ret_from_fork)
/linux-4.4.14/arch/frv/kernel/
Dprocess.c40 asmlinkage void ret_from_fork(void);
158 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
Dentry.S857 .globl ret_from_fork
858 ret_from_fork: label
/linux-4.4.14/arch/m68k/kernel/
Dprocess.c37 asmlinkage void ret_from_fork(void);
164 frame->sw.retpc = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S103 ENTRY(ret_from_fork)
/linux-4.4.14/arch/sh/kernel/
Dprocess_32.c123 asmlinkage void ret_from_fork(void);
172 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
Dentry-common.S291 .globl ret_from_fork
292 ret_from_fork: label
Dprocess_64.c371 asmlinkage void ret_from_fork(void);
417 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
/linux-4.4.14/arch/metag/include/asm/
Dtraps.h38 extern int ret_from_fork(TBIRES arg);
/linux-4.4.14/arch/tile/include/asm/
Dswitch_to.h67 void ret_from_fork(void);
/linux-4.4.14/arch/xtensa/kernel/
Dprocess.c47 extern void ret_from_fork(void);
212 (unsigned long)ret_from_fork, 0x1); in copy_thread()
Dentry.S1978 ENTRY(ret_from_fork)
1992 ENDPROC(ret_from_fork)
/linux-4.4.14/arch/arm64/kernel/
Dprocess.c245 asmlinkage void ret_from_fork(void) asm("ret_from_fork");
286 p->thread.cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S655 ENTRY(ret_from_fork)
662 ENDPROC(ret_from_fork)
/linux-4.4.14/arch/sparc/kernel/
Dkgdb_64.c48 extern unsigned int ret_from_fork; in sleeping_thread_to_gdb_regs()
72 pc = (unsigned long) &ret_from_fork; in sleeping_thread_to_gdb_regs()
Dprocess_32.c305 extern void ret_from_fork(void);
363 ti->kpc = (((unsigned long) ret_from_fork) - 0x8);
Dsyscalls.S111 .globl ret_from_fork
112 ret_from_fork: label
Dentry.S975 .globl ret_from_fork
976 ret_from_fork: label
/linux-4.4.14/arch/s390/kernel/
Dprocess.c38 asmlinkage void ret_from_fork(void) asm ("ret_from_fork");
147 frame->sf.gprs[8] = (unsigned long) ret_from_fork; in copy_thread()
Dentry.S443 # a new process exits the kernel with ret_from_fork
445 ENTRY(ret_from_fork)
/linux-4.4.14/arch/nios2/kernel/
Dprocess.c24 asmlinkage void ret_from_fork(void);
130 childstack->ra = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S496 ENTRY(ret_from_fork)
/linux-4.4.14/arch/unicore32/kernel/
Dprocess.c227 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
245 thread->cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
Dentry.S574 ENTRY(ret_from_fork)
577 ENDPROC(ret_from_fork)
/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c58 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
164 p->thread.ip = (unsigned long) ret_from_fork; in copy_thread_tls()
Dprocess_64.c53 asmlinkage extern void ret_from_fork(void);
/linux-4.4.14/arch/alpha/kernel/
Dprocess.c246 extern void ret_from_fork(void); in copy_thread()
284 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()
Dentry.S766 .globl ret_from_fork
768 .ent ret_from_fork
769 ret_from_fork: label
773 .end ret_from_fork
/linux-4.4.14/arch/avr32/kernel/
Dprocess.c278 asmlinkage void ret_from_fork(void);
300 p->thread.cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
Dentry-avr32b.S251 .global ret_from_fork
252 ret_from_fork: label
/linux-4.4.14/arch/microblaze/include/asm/
Dprocessor.h33 extern void ret_from_fork(void);
/linux-4.4.14/arch/mips/kernel/
Dprocess.c57 asmlinkage void ret_from_fork(void);
156 p->thread.reg31 = (unsigned long) ret_from_fork; in copy_thread()
425 if (t->reg31 == (unsigned long) ret_from_fork) in thread_saved_pc()
Dentry.S82 FEXPORT(ret_from_fork)
/linux-4.4.14/arch/arm/kernel/
Dprocess.c221 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
253 thread->cpu_context.pc = (unsigned long)ret_from_fork; in copy_thread()
Dentry-common.S113 ENTRY(ret_from_fork)
121 ENDPROC(ret_from_fork)
/linux-4.4.14/arch/blackfin/kernel/
Dprocess.c24 asmlinkage void ret_from_fork(void);
138 p->thread.pc = (unsigned long)ret_from_fork; in copy_thread()
/linux-4.4.14/arch/microblaze/kernel/
Dprocess.c107 ti->cpu_context.r15 = (unsigned long)ret_from_fork - 8; in copy_thread()
Dentry-nommu.S471 ENTRY(ret_from_fork)
Dentry.S453 C_ENTRY(ret_from_fork):
/linux-4.4.14/arch/tile/kernel/
Dintvec_64.S1393 STD_ENTRY(ret_from_fork)
1396 FEEDBACK_REENTER(ret_from_fork)
1401 STD_ENDPROC(ret_from_fork)
1406 FEEDBACK_REENTER(ret_from_fork)
Dintvec_32.S1309 STD_ENTRY(ret_from_fork)
1312 FEEDBACK_REENTER(ret_from_fork)
1317 STD_ENDPROC(ret_from_fork)
1322 FEEDBACK_REENTER(ret_from_fork)
Dprocess.c144 p->thread.pc = (unsigned long) ret_from_fork; in copy_thread()
/linux-4.4.14/arch/metag/kernel/
Dprocess.c195 ret_from_fork, in copy_thread()
Dtraps.c882 int ret_from_fork(TBIRES arg) in ret_from_fork() function
/linux-4.4.14/arch/x86/entry/
Dentry_64.S441 ENTRY(ret_from_fork)
472 END(ret_from_fork)
Dentry_32.S207 ENTRY(ret_from_fork)
219 END(ret_from_fork)
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c1138 extern void ret_from_fork(void); in copy_thread()
1180 f = ret_from_fork; in copy_thread()
Dentry_32.S423 .globl ret_from_fork
424 ret_from_fork: label
Dentry_64.S411 _GLOBAL(ret_from_fork)
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S1217 .global ret_from_fork
1218 ret_from_fork: label