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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/kernel/
H A Dprocess.c237 struct switch_stack * childstack, *stack; local
248 childstack = ((struct switch_stack *) childregs) - 1;
249 *childstack = *stack;
250 childstack->retpc = (unsigned long)ret_from_fork;
253 p->thread.ksp = (unsigned long)childstack;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/kernel/
H A Dprocess.c237 struct switch_stack * childstack, *stack; local
248 childstack = ((struct switch_stack *) childregs) - 1;
249 *childstack = *stack;
250 childstack->retpc = (unsigned long)ret_from_fork;
253 p->thread.ksp = (unsigned long)childstack;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dprocess_32.c422 struct sparc_stackf __user *childstack; local
429 childstack = (struct sparc_stackf __user *)
435 childstack = clone_stackframe(childstack, parentstack);
436 if (!childstack)
440 childregs->u_regs[UREG_FP] = (unsigned long)childstack;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprocess_32.c422 struct sparc_stackf __user *childstack; local
429 childstack = (struct sparc_stackf __user *)
435 childstack = clone_stackframe(childstack, parentstack);
436 if (!childstack)
440 childregs->u_regs[UREG_FP] = (unsigned long)childstack;

Completed in 222 milliseconds