Lines Matching refs:childregs
272 struct pt_regs *childregs = task_pt_regs(p); in copy_thread() local
280 SPILL_SLOT(childregs, 1) = (unsigned long)childregs; in copy_thread()
281 SPILL_SLOT(childregs, 0) = 0; in copy_thread()
283 p->thread.sp = (unsigned long)childregs; in copy_thread()
286 p->thread.sp = (unsigned long)childregs - 16; in copy_thread()
299 *childregs = *regs; in copy_thread()
300 childregs->areg[1] = usp; in copy_thread()
301 childregs->areg[2] = 0; in copy_thread()
318 int len = childregs->wmask & ~0xf; in copy_thread()
325 childregs->wmask = 1; in copy_thread()
326 childregs->windowstart = 1; in copy_thread()
327 childregs->windowbase = 0; in copy_thread()
331 childregs->threadptr = tls; in copy_thread()
343 SPILL_SLOT(childregs, 2) = (unsigned long)args->fn; in copy_thread()
344 SPILL_SLOT(childregs, 3) = (unsigned long)args->fn_arg; in copy_thread()