Searched refs:childstack (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dprocess.c243 struct switch_stack * childstack, *stack; local
254 childstack = ((struct switch_stack *) childregs) - 1;
255 *childstack = *stack;
256 childstack->retpc = (unsigned long)ret_from_fork;
259 p->thread.ksp = (unsigned long)childstack;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dprocess.c207 struct switch_stack * childstack, *stack; local
218 childstack = ((struct switch_stack *) childregs) - 1;
219 *childstack = *stack;
220 childstack->retpc = (unsigned long)ret_from_fork;
223 p->thread.ksp = (unsigned long)childstack;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dprocess.c280 struct switch_stack * childstack, *stack; local
296 childstack = ((struct switch_stack *) childregs) - 1;
297 *childstack = *stack;
298 childstack->r26 = (unsigned long) ret_from_fork;
300 childti->pcb.ksp = (unsigned long) childstack;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprocess.c473 struct sparc_stackf __user *childstack; local
480 childstack = (struct sparc_stackf __user *)
486 childstack = clone_stackframe(childstack, parentstack);
487 if (!childstack)
491 childregs->u_regs[UREG_FP] = (unsigned long)childstack;

Completed in 63 milliseconds