Lines Matching refs:childregs
273 struct pt_regs *childregs = task_pt_regs(p); in copy_thread() local
281 SPILL_SLOT(childregs, 1) = (unsigned long)childregs; in copy_thread()
282 SPILL_SLOT(childregs, 0) = 0; in copy_thread()
284 p->thread.sp = (unsigned long)childregs; in copy_thread()
287 p->thread.sp = (unsigned long)childregs - 16; in copy_thread()
300 *childregs = *regs; in copy_thread()
301 childregs->areg[1] = usp; in copy_thread()
302 childregs->areg[2] = 0; in copy_thread()
319 int len = childregs->wmask & ~0xf; in copy_thread()
326 childregs->wmask = 1; in copy_thread()
327 childregs->windowstart = 1; in copy_thread()
328 childregs->windowbase = 0; in copy_thread()
332 childregs->threadptr = tls; in copy_thread()
344 SPILL_SLOT(childregs, 2) = (unsigned long)args->fn; in copy_thread()
345 SPILL_SLOT(childregs, 3) = (unsigned long)args->fn_arg; in copy_thread()