Lines Matching refs:childregs
155 struct pt_regs *childregs = task_pt_regs(p); in copy_thread() local
160 memset(childregs, 0, sizeof(struct pt_regs)); in copy_thread()
166 *childregs = *current_pt_regs(); in copy_thread()
168 childregs->sp = stack_start; in copy_thread()
170 childregs->uregs[0] = 0; in copy_thread()
171 childregs->osp = 0; in copy_thread()
173 childregs->uregs[25] = tls; in copy_thread()
177 p->thread.cpu_context.sp = (unsigned long)childregs; in copy_thread()
196 childregs->lb = 0; in copy_thread()
197 childregs->le = 0; in copy_thread()
198 childregs->lc = 0; in copy_thread()