Searched refs:userregs (Results 1 – 1 of 1) sorted by relevance
153 struct pt_regs *userregs; in copy_thread() local163 userregs = (struct pt_regs *) sp; in copy_thread()175 *userregs = *current_pt_regs(); in copy_thread()178 userregs->sp = usp; in copy_thread()184 userregs->gpr[10] = tls; in copy_thread()186 userregs->gpr[11] = 0; /* Result from fork() */ in copy_thread()