Lines Matching refs:childregs
124 struct pt_regs *childregs; in copy_thread() local
127 childregs = task_pt_regs(p); in copy_thread()
128 fork_frame = container_of(childregs, struct fork_frame, regs); in copy_thread()
131 frame->bp = encode_frame_pointer(childregs); in copy_thread()
147 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
160 memset(childregs, 0, sizeof(struct pt_regs)); in copy_thread()
172 *childregs = *current_pt_regs(); in copy_thread()
173 childregs->ax = 0; in copy_thread()
175 childregs->sp = sp; in copy_thread()
192 childregs->sp = 0; in copy_thread()
193 childregs->ip = 0; in copy_thread()