Searched refs:childstack (Results 1 – 3 of 3) sorted by relevance
211 struct switch_stack * childstack, *stack; in copy_thread() local223 childstack = ((struct switch_stack *) childregs) - 1; in copy_thread()224 *childstack = *stack; in copy_thread()225 childstack->retpc = (unsigned long)ret_from_fork; in copy_thread()228 p->thread.ksp = (unsigned long)childstack; in copy_thread()
487 struct sparc_stackf *childstack; local494 childstack = (struct sparc_stackf *) (sp & ~0x7UL);502 childstack = clone_stackframe(childstack, parentstack);503 if (!childstack)508 show_stackframe(childstack);511 childregs->u_regs[UREG_FP] = (unsigned long)childstack;
313 struct switch_stack * childstack, *stack; in copy_thread() local327 childstack = ((struct switch_stack *) childregs) - 1; in copy_thread()328 *childstack = *stack; in copy_thread()329 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()331 p->thread.ksp = (unsigned long) childstack; in copy_thread()