Lines Matching refs:childregs
172 struct pt_regs *childregs; in copy_thread() local
176 childregs = task_pt_regs(p); in copy_thread()
177 fork_frame = container_of(childregs, struct fork_frame, regs); in copy_thread()
180 frame->bp = encode_frame_pointer(childregs); in copy_thread()
200 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
225 memset(childregs, 0, sizeof(struct pt_regs)); in copy_thread()
237 *childregs = *current_pt_regs(); in copy_thread()
238 childregs->ax = 0; in copy_thread()
240 childregs->sp = sp; in copy_thread()
253 childregs->sp = 0; in copy_thread()
254 childregs->ip = 0; in copy_thread()