Lines Matching refs:u_regs
116 rw = compat_ptr((unsigned int)regs->u_regs[14]); in show_regwindow32()
148 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
150 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
185 regs->u_regs[0], regs->u_regs[1], regs->u_regs[2], in show_regs()
186 regs->u_regs[3]); in show_regs()
188 regs->u_regs[4], regs->u_regs[5], regs->u_regs[6], in show_regs()
189 regs->u_regs[7]); in show_regs()
191 regs->u_regs[8], regs->u_regs[9], regs->u_regs[10], in show_regs()
192 regs->u_regs[11]); in show_regs()
194 regs->u_regs[12], regs->u_regs[13], regs->u_regs[14], in show_regs()
195 regs->u_regs[15]); in show_regs()
196 printk("RPC: <%pS>\n", (void *) regs->u_regs[15]); in show_regs()
198 show_stack(current, (unsigned long *) regs->u_regs[UREG_FP]); in show_regs()
216 rp->o7 = regs->u_regs[UREG_I7]; in __global_reg_self()
222 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
563 regs->u_regs[UREG_I7]); in fault_in_user_windows()
582 unsigned long orig_i1 = regs->u_regs[UREG_I1]; in sparc_do_fork()
587 parent_tid_ptr = compat_ptr(regs->u_regs[UREG_I2]); in sparc_do_fork()
588 child_tid_ptr = compat_ptr(regs->u_regs[UREG_I4]); in sparc_do_fork()
592 parent_tid_ptr = (int __user *) regs->u_regs[UREG_I2]; in sparc_do_fork()
593 child_tid_ptr = (int __user *) regs->u_regs[UREG_I4]; in sparc_do_fork()
605 regs->u_regs[UREG_I1] = orig_i1; in sparc_do_fork()
640 t->kregs->u_regs[UREG_G1] = sp; /* function */ in copy_thread()
641 t->kregs->u_regs[UREG_G2] = arg; in copy_thread()
649 regs->u_regs[UREG_FP] &= 0x00000000ffffffffUL; in copy_thread()
651 t->kregs->u_regs[UREG_FP] = sp; in copy_thread()
655 if (sp != regs->u_regs[UREG_FP]) { in copy_thread()
658 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()
661 t->kregs->u_regs[UREG_FP] = csp; in copy_thread()
667 t->kregs->u_regs[UREG_I0] = current->pid; in copy_thread()
668 t->kregs->u_regs[UREG_I1] = 1; in copy_thread()
671 regs->u_regs[UREG_I1] = 0; in copy_thread()
674 t->kregs->u_regs[UREG_G7] = regs->u_regs[UREG_I3]; in copy_thread()