Searched refs:childstack (Results 1 – 3 of 3) sorted by relevance
226 struct switch_stack * childstack, *stack; in copy_thread() local237 childstack = ((struct switch_stack *) childregs) - 1; in copy_thread()238 *childstack = *stack; in copy_thread()239 childstack->retpc = (unsigned long)ret_from_fork; in copy_thread()242 p->thread.ksp = (unsigned long)childstack; in copy_thread()
284 struct switch_stack * childstack, *stack; in copy_thread() local300 childstack = ((struct switch_stack *) childregs) - 1; in copy_thread()301 *childstack = *stack; in copy_thread()302 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()304 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()
524 struct sparc_stackf __user *childstack; local531 childstack = (struct sparc_stackf __user *)541 childstack = clone_stackframe(childstack, parentstack);542 if (!childstack)547 show_stackframe(childstack);550 childregs->u_regs[UREG_FP] = (unsigned long)childstack;