Lines Matching refs:childregs
132 struct pt_regs *childregs; in copy_thread() local
134 childregs = (struct pt_regs *) in copy_thread()
138 *childregs = *current_pt_regs(); in copy_thread()
140 p->thread.frame = childregs; in copy_thread()
142 p->thread.sp = (unsigned long) childregs; in copy_thread()
145 p->thread.frame0 = childregs; in copy_thread()
148 childregs->gr9 = usp; /* function */ in copy_thread()
149 childregs->gr8 = arg; in copy_thread()
155 childregs->sp = usp; in copy_thread()
156 childregs->next_frame = NULL; in copy_thread()
162 childregs->gr29 = childregs->gr12; in copy_thread()