Lines Matching refs:childregs
166 struct pt_regs *childregs; in copy_thread() local
170 childregs = task_pt_regs(p); in copy_thread()
171 fork_frame = container_of(childregs, struct fork_frame, regs); in copy_thread()
174 frame->bp = encode_frame_pointer(childregs); in copy_thread()
194 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
219 memset(childregs, 0, sizeof(struct pt_regs)); in copy_thread()
231 *childregs = *current_pt_regs(); in copy_thread()
232 childregs->ax = 0; in copy_thread()
234 childregs->sp = sp; in copy_thread()
247 childregs->sp = 0; in copy_thread()
248 childregs->ip = 0; in copy_thread()