Lines Matching defs:childregs
232 * in the clone_flags) and set up passed usp in the childregs.
236 * childregs are not used for the kernel threads.
241 * | childregs |
254 * childregs.
272 struct pt_regs *childregs = task_pt_regs(p);
279 /* Create a call4 dummy-frame: a0 = 0, a1 = childregs. */
280 SPILL_SLOT(childregs, 1) = (unsigned long)childregs;
281 SPILL_SLOT(childregs, 0) = 0;
283 p->thread.sp = (unsigned long)childregs;
286 p->thread.sp = (unsigned long)childregs - 16;
299 *childregs = *regs;
300 childregs->areg[1] = usp;
301 childregs->areg[2] = 0;
318 int len = childregs->wmask & ~0xf;
325 childregs->wmask = 1;
326 childregs->windowstart = 1;
327 childregs->windowbase = 0;
331 childregs->threadptr = tls;
343 SPILL_SLOT(childregs, 2) = (unsigned long)args->fn;
344 SPILL_SLOT(childregs, 3) = (unsigned long)args->fn_arg;