Lines Matching refs:pr_reg

301 			ps->pr_lwp.pr_reg[GS] = cp->user.u_reg[GS];
302 ps->pr_lwp.pr_reg[FS] = cp->user.u_reg[FS];
303 ps->pr_lwp.pr_reg[ES] = cp->user.u_reg[ES];
304 ps->pr_lwp.pr_reg[DS] = cp->user.u_reg[DS];
305 ps->pr_lwp.pr_reg[EDI] = cp->user.u_reg[EDI];
306 ps->pr_lwp.pr_reg[ESI] = cp->user.u_reg[ESI];
307 ps->pr_lwp.pr_reg[EBP] = cp->user.u_reg[EBP];
308 ps->pr_lwp.pr_reg[ESP] = cp->user.u_reg[ESP];
309 ps->pr_lwp.pr_reg[EBX] = cp->user.u_reg[EBX];
310 ps->pr_lwp.pr_reg[EDX] = cp->user.u_reg[EDX];
311 ps->pr_lwp.pr_reg[ECX] = cp->user.u_reg[ECX];
312 ps->pr_lwp.pr_reg[EAX] = cp->user.u_reg[EAX];
313 ps->pr_lwp.pr_reg[TRAPNO] = cp->user.u_reg[TRAPNO];
314 ps->pr_lwp.pr_reg[ERR] = cp->user.u_reg[ERR];
315 ps->pr_lwp.pr_reg[EIP] = cp->user.u_reg[EIP];
316 ps->pr_lwp.pr_reg[CS] = cp->user.u_reg[CS];
317 ps->pr_lwp.pr_reg[EFL] = cp->user.u_reg[EFL];
318 ps->pr_lwp.pr_reg[UESP] = cp->user.u_reg[UESP];
319 ps->pr_lwp.pr_reg[SS] = cp->user.u_reg[SS];
323 iov[1].iov_base = (caddr_t)&ps->pr_lwp.pr_reg[0];
324 iov[1].iov_len = sizeof (ps->pr_lwp.pr_reg);
618 ps->pr_lwp.pr_reg[GS] = cp->user.u_reg[GS];
619 ps->pr_lwp.pr_reg[FS] = cp->user.u_reg[FS];
620 ps->pr_lwp.pr_reg[ES] = cp->user.u_reg[ES];
621 ps->pr_lwp.pr_reg[DS] = cp->user.u_reg[DS];
622 ps->pr_lwp.pr_reg[EDI] = cp->user.u_reg[EDI];
623 ps->pr_lwp.pr_reg[ESI] = cp->user.u_reg[ESI];
624 ps->pr_lwp.pr_reg[EBP] = cp->user.u_reg[EBP];
625 ps->pr_lwp.pr_reg[ESP] = cp->user.u_reg[ESP];
626 ps->pr_lwp.pr_reg[EBX] = cp->user.u_reg[EBX];
627 ps->pr_lwp.pr_reg[EDX] = cp->user.u_reg[EDX];
628 ps->pr_lwp.pr_reg[ECX] = cp->user.u_reg[ECX];
629 ps->pr_lwp.pr_reg[EAX] = cp->user.u_reg[EAX];
630 ps->pr_lwp.pr_reg[TRAPNO] = cp->user.u_reg[TRAPNO];
631 ps->pr_lwp.pr_reg[ERR] = cp->user.u_reg[ERR];
632 ps->pr_lwp.pr_reg[EIP] = cp->user.u_reg[EIP];
633 ps->pr_lwp.pr_reg[CS] = cp->user.u_reg[CS];
634 ps->pr_lwp.pr_reg[EFL] = cp->user.u_reg[EFL];
635 ps->pr_lwp.pr_reg[UESP] = cp->user.u_reg[UESP];
636 ps->pr_lwp.pr_reg[SS] = cp->user.u_reg[SS];
640 iov[1].iov_base = (caddr_t)&ps->pr_lwp.pr_reg[0];
641 iov[1].iov_len = sizeof (ps->pr_lwp.pr_reg);
669 cp->user.u_reg[GS] = ps->pr_lwp.pr_reg[GS];
670 cp->user.u_reg[FS] = ps->pr_lwp.pr_reg[FS];
671 cp->user.u_reg[ES] = ps->pr_lwp.pr_reg[ES];
672 cp->user.u_reg[DS] = ps->pr_lwp.pr_reg[DS];
673 cp->user.u_reg[EDI] = ps->pr_lwp.pr_reg[EDI];
674 cp->user.u_reg[ESI] = ps->pr_lwp.pr_reg[ESI];
675 cp->user.u_reg[EBP] = ps->pr_lwp.pr_reg[EBP];
676 cp->user.u_reg[ESP] = ps->pr_lwp.pr_reg[ESP];
677 cp->user.u_reg[EBX] = ps->pr_lwp.pr_reg[EBX];
678 cp->user.u_reg[EDX] = ps->pr_lwp.pr_reg[EDX];
679 cp->user.u_reg[ECX] = ps->pr_lwp.pr_reg[ECX];
680 cp->user.u_reg[EAX] = ps->pr_lwp.pr_reg[EAX];
681 cp->user.u_reg[TRAPNO] = ps->pr_lwp.pr_reg[TRAPNO];
682 cp->user.u_reg[ERR] = ps->pr_lwp.pr_reg[ERR];
683 cp->user.u_reg[EIP] = ps->pr_lwp.pr_reg[EIP];
684 cp->user.u_reg[CS] = ps->pr_lwp.pr_reg[CS];
685 cp->user.u_reg[EFL] = ps->pr_lwp.pr_reg[EFL];
686 cp->user.u_reg[UESP] = ps->pr_lwp.pr_reg[UESP];
687 cp->user.u_reg[SS] = ps->pr_lwp.pr_reg[SS];