Searched refs:userregs (Results 1 – 1 of 1) sorted by relevance
171 struct pt_regs *userregs; in copy_thread() local181 userregs = (struct pt_regs *) sp; in copy_thread()193 *userregs = *current_pt_regs(); in copy_thread()196 userregs->sp = usp; in copy_thread()202 userregs->gpr[10] = tls; in copy_thread()204 userregs->gpr[11] = 0; /* Result from fork() */ in copy_thread()
Completed in 13 milliseconds