Lines Matching refs:childregs
141 struct pt_regs *childregs; in copy_thread() local
144 childregs = task_pt_regs(p); in copy_thread()
145 fork_frame = container_of(childregs, struct fork_frame, regs); in copy_thread()
148 frame->bp = encode_frame_pointer(childregs); in copy_thread()
165 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
181 memset(childregs, 0, sizeof(struct pt_regs)); in copy_thread()
193 *childregs = *current_pt_regs(); in copy_thread()
194 childregs->ax = 0; in copy_thread()
196 childregs->sp = sp; in copy_thread()
209 childregs->sp = 0; in copy_thread()
210 childregs->ip = 0; in copy_thread()