Searched refs:childstack (Results 1 – 3 of 3) sorted by relevance
105 struct switch_stack *childstack = in copy_thread() local109 memset(childstack, 0, in copy_thread()112 childstack->r16 = usp; /* fn */ in copy_thread()113 childstack->r17 = arg; in copy_thread()114 childstack->ra = (unsigned long) ret_from_kernel_thread; in copy_thread()116 childregs->sp = (unsigned long) childstack; in copy_thread()118 p->thread.ksp = (unsigned long) childstack; in copy_thread()129 *childstack = *stack; in copy_thread()130 childstack->ra = (unsigned long)ret_from_fork; in copy_thread()132 p->thread.ksp = (unsigned long) childstack; in copy_thread()[all …]
252 struct switch_stack *childstack, *stack; in copy_thread() local254 childstack = ((struct switch_stack *) childregs) - 1; in copy_thread()255 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()260 memset(childstack, 0, in copy_thread()262 childstack->r26 = (unsigned long) ret_from_kernel_thread; in copy_thread()263 childstack->r9 = usp; /* function */ in copy_thread()264 childstack->r10 = kthread_arg; in copy_thread()283 *childstack = *stack; in copy_thread()284 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread()
368 struct sparc_stackf __user *childstack; local375 childstack = (struct sparc_stackf __user *)385 childstack = clone_stackframe(childstack, parentstack);386 if (!childstack)391 show_stackframe(childstack);394 childregs->u_regs[UREG_FP] = (unsigned long)childstack;