Lines Matching refs:u_regs
106 rw = compat_ptr((unsigned)regs->u_regs[14]); in show_regwindow32()
138 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
140 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
175 regs->u_regs[0], regs->u_regs[1], regs->u_regs[2], in show_regs()
176 regs->u_regs[3]); in show_regs()
178 regs->u_regs[4], regs->u_regs[5], regs->u_regs[6], in show_regs()
179 regs->u_regs[7]); in show_regs()
181 regs->u_regs[8], regs->u_regs[9], regs->u_regs[10], in show_regs()
182 regs->u_regs[11]); in show_regs()
184 regs->u_regs[12], regs->u_regs[13], regs->u_regs[14], in show_regs()
185 regs->u_regs[15]); in show_regs()
186 printk("RPC: <%pS>\n", (void *) regs->u_regs[15]); in show_regs()
188 show_stack(current, (unsigned long *) regs->u_regs[UREG_FP]); in show_regs()
206 rp->o7 = regs->u_regs[UREG_I7]; in __global_reg_self()
212 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
586 unsigned long orig_i1 = regs->u_regs[UREG_I1]; in sparc_do_fork()
591 parent_tid_ptr = compat_ptr(regs->u_regs[UREG_I2]); in sparc_do_fork()
592 child_tid_ptr = compat_ptr(regs->u_regs[UREG_I4]); in sparc_do_fork()
596 parent_tid_ptr = (int __user *) regs->u_regs[UREG_I2]; in sparc_do_fork()
597 child_tid_ptr = (int __user *) regs->u_regs[UREG_I4]; in sparc_do_fork()
609 regs->u_regs[UREG_I1] = orig_i1; in sparc_do_fork()
644 t->kregs->u_regs[UREG_G1] = sp; /* function */ in copy_thread()
645 t->kregs->u_regs[UREG_G2] = arg; in copy_thread()
653 regs->u_regs[UREG_FP] &= 0x00000000ffffffffUL; in copy_thread()
655 t->kregs->u_regs[UREG_FP] = sp; in copy_thread()
659 if (sp != regs->u_regs[UREG_FP]) { in copy_thread()
662 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()
665 t->kregs->u_regs[UREG_FP] = csp; in copy_thread()
671 t->kregs->u_regs[UREG_I0] = current->pid; in copy_thread()
672 t->kregs->u_regs[UREG_I1] = 1; in copy_thread()
675 regs->u_regs[UREG_I1] = 0; in copy_thread()
678 t->kregs->u_regs[UREG_G7] = regs->u_regs[UREG_I3]; in copy_thread()