Searched refs:ret_from_fork (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dinternal.h20 extern void ret_from_fork(struct task_struct *) __attribute__((noreturn));
H A Dswitch_to.S64 mov d2,d0 # for ret_from_fork
H A Dprocess.c241 p->thread.pc = (unsigned long) ret_from_fork;
242 p->thread.wchan = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dprocess.c62 void ret_from_fork(void);
111 p->thread.reg3 = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dentry-common.S292 .globl ret_from_fork
293 ret_from_fork: label
H A Dprocess_32.c168 asmlinkage void ret_from_fork(void);
208 p->thread.pc = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dprocess.c50 asmlinkage void ret_from_fork(void);
202 childregs->retpc = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dprocess.c116 asmlinkage void ret_from_fork(void);
145 swstack->return_ip = (unsigned long) ret_from_fork; /* Will call ret_from_sys_call */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dprocess.c131 extern asmlinkage void ret_from_fork(void);
166 * ret_from_fork will call ret_from_sys_call.
168 swstack->return_ip = (unsigned long) ret_from_fork;
H A Dentry.S33 .globl ret_from_fork
79 .type ret_from_fork,@function
80 ret_from_fork: label
85 .size ret_from_fork, . - ret_from_fork
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dsystem.h88 extern void ret_from_fork(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsystem.h241 void ret_from_fork(void);
243 /* Called from ret_from_fork() when a new process starts up. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dprocess.c46 asmlinkage void ret_from_fork(void) asm ("ret_from_fork");
181 /* new return point is ret_from_fork */
182 frame->sf.gprs[8] = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dprocess.c47 extern void ret_from_fork(void);
166 * We create a dummy frame to return to ret_from_fork:
167 * a0 points to ret_from_fork (simulating a call4)
200 p->thread.ra = MAKE_RA_FOR_CALL((unsigned long)ret_from_fork, 0x1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dprocess.c54 asmlinkage void ret_from_fork(void);
250 childstack->retpc = (unsigned long)ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dentry.S85 ENTRY(ret_from_fork)
H A Dprocess.c39 asmlinkage void ret_from_fork(void);
220 childstack->retpc = (unsigned long)ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dprocess.c41 asmlinkage void ret_from_fork(void);
235 p->thread.pc = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dprocess.c232 extern void ret_from_fork(void);
241 tsk->thread.lr = (unsigned long)ret_from_fork;
H A Dentry.S128 ENTRY(ret_from_fork)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dprocess.c87 asmlinkage void ret_from_fork(void);
155 p->thread.reg31 = (unsigned long) ret_from_fork;
367 if (t->reg31 == (unsigned long) ret_from_fork)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess_32.c62 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
211 p->thread.ip = (unsigned long) ret_from_fork;
291 * the task-switch, and shows up in ret_from_fork in entry.S,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dprocess.c334 asmlinkage void ret_from_fork(void);
354 p->thread.cpu_context.pc = (unsigned long)ret_from_fork;
424 * the call to __switch_to() or ret_from_fork.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dprocess.c265 * after the "ret_from_fork". When returning to user mode, we only want
276 extern void ret_from_fork(void);
298 childstack->r26 = (unsigned long) ret_from_fork;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dprocess.c331 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
346 thread->cpu_context.pc = (unsigned long)ret_from_fork;

Completed in 286 milliseconds

123