Lines Matching refs:pr_reg
600 P->status.pr_lwp.pr_reg[REG_RAX] = sysindex; in Psyscall_setup()
601 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup()
602 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr; in Psyscall_setup()
608 P->status.pr_lwp.pr_reg[REG_RAX] = sysindex; in Psyscall_setup()
609 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup()
610 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr; in Psyscall_setup()
628 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP]; in Psyscall_copyinargs()
664 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP]; in Psyscall_copyinargs()
705 P->status.pr_lwp.pr_reg[REG_RDI]; in Psyscall_copyoutargs()
709 P->status.pr_lwp.pr_reg[REG_RSI]; in Psyscall_copyoutargs()
713 P->status.pr_lwp.pr_reg[REG_RDX]; in Psyscall_copyoutargs()
717 P->status.pr_lwp.pr_reg[REG_RCX]; in Psyscall_copyoutargs()
721 P->status.pr_lwp.pr_reg[REG_R8]; in Psyscall_copyoutargs()
725 P->status.pr_lwp.pr_reg[REG_R9]; in Psyscall_copyoutargs()