Lines Matching refs:u_regs

112 	rw = compat_ptr((unsigned int)regs->u_regs[14]);  in show_regwindow32()
139 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
141 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
172 regs->u_regs[0], regs->u_regs[1], regs->u_regs[2], in show_regs()
173 regs->u_regs[3]); in show_regs()
175 regs->u_regs[4], regs->u_regs[5], regs->u_regs[6], in show_regs()
176 regs->u_regs[7]); in show_regs()
178 regs->u_regs[8], regs->u_regs[9], regs->u_regs[10], in show_regs()
179 regs->u_regs[11]); in show_regs()
181 regs->u_regs[12], regs->u_regs[13], regs->u_regs[14], in show_regs()
182 regs->u_regs[15]); in show_regs()
183 printk("RPC: <%pS>\n", (void *) regs->u_regs[15]); in show_regs()
185 show_stack(current, (unsigned long *)regs->u_regs[UREG_FP], KERN_DEFAULT); in show_regs()
203 rp->o7 = regs->u_regs[UREG_I7]; in __global_reg_self()
209 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
550 regs->u_regs[UREG_I7]); in fault_in_user_windows()
594 t->kregs->u_regs[UREG_G1] = (unsigned long) args->fn; in copy_thread()
595 t->kregs->u_regs[UREG_G2] = (unsigned long) args->fn_arg; in copy_thread()
603 regs->u_regs[UREG_FP] &= 0x00000000ffffffffUL; in copy_thread()
605 t->kregs->u_regs[UREG_FP] = sp; in copy_thread()
608 if (sp != regs->u_regs[UREG_FP]) { in copy_thread()
611 csp = clone_stackframe(sp, regs->u_regs[UREG_FP]); in copy_thread()
614 t->kregs->u_regs[UREG_FP] = csp; in copy_thread()
620 t->kregs->u_regs[UREG_I0] = current->pid; in copy_thread()
621 t->kregs->u_regs[UREG_I1] = 1; in copy_thread()
624 regs->u_regs[UREG_I1] = 0; in copy_thread()
627 t->kregs->u_regs[UREG_G7] = tls; in copy_thread()