Searched refs:userregs (Results 1 – 1 of 1) sorted by relevance
172 struct pt_regs *userregs; in copy_thread() local182 userregs = (struct pt_regs *) sp; in copy_thread()194 *userregs = *current_pt_regs(); in copy_thread()197 userregs->sp = usp; in copy_thread()203 userregs->gpr[10] = tls; in copy_thread()205 userregs->gpr[11] = 0; /* Result from fork() */ in copy_thread()