Lines Matching refs:u_regs
115 rw = compat_ptr((unsigned int)regs->u_regs[14]); in show_regwindow32()
147 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
149 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
184 regs->u_regs[0], regs->u_regs[1], regs->u_regs[2], in show_regs()
185 regs->u_regs[3]); in show_regs()
187 regs->u_regs[4], regs->u_regs[5], regs->u_regs[6], in show_regs()
188 regs->u_regs[7]); in show_regs()
190 regs->u_regs[8], regs->u_regs[9], regs->u_regs[10], in show_regs()
191 regs->u_regs[11]); in show_regs()
193 regs->u_regs[12], regs->u_regs[13], regs->u_regs[14], in show_regs()
194 regs->u_regs[15]); in show_regs()
195 printk("RPC: <%pS>\n", (void *) regs->u_regs[15]); in show_regs()
197 show_stack(current, (unsigned long *) regs->u_regs[UREG_FP]); in show_regs()
215 rp->o7 = regs->u_regs[UREG_I7]; in __global_reg_self()
221 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
569 unsigned long orig_i1 = regs->u_regs[UREG_I1]; in sparc_do_fork()
574 parent_tid_ptr = compat_ptr(regs->u_regs[UREG_I2]); in sparc_do_fork()
575 child_tid_ptr = compat_ptr(regs->u_regs[UREG_I4]); in sparc_do_fork()
579 parent_tid_ptr = (int __user *) regs->u_regs[UREG_I2]; in sparc_do_fork()
580 child_tid_ptr = (int __user *) regs->u_regs[UREG_I4]; in sparc_do_fork()
592 regs->u_regs[UREG_I1] = orig_i1; in sparc_do_fork()
627 t->kregs->u_regs[UREG_G1] = sp; /* function */ in copy_thread()
628 t->kregs->u_regs[UREG_G2] = arg; in copy_thread()
636 regs->u_regs[UREG_FP] &= 0x00000000ffffffffUL; in copy_thread()
638 t->kregs->u_regs[UREG_FP] = sp; in copy_thread()
642 if (sp != regs->u_regs[UREG_FP]) { in copy_thread()
645 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()
648 t->kregs->u_regs[UREG_FP] = csp; in copy_thread()
654 t->kregs->u_regs[UREG_I0] = current->pid; in copy_thread()
655 t->kregs->u_regs[UREG_I1] = 1; in copy_thread()
658 regs->u_regs[UREG_I1] = 0; in copy_thread()
661 t->kregs->u_regs[UREG_G7] = regs->u_regs[UREG_I3]; in copy_thread()