Lines Matching refs:pr_lwp
571 P->status.pr_lwp.pr_reg[REG_RAX] = sysindex; in Psyscall_setup()
572 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup()
573 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr; in Psyscall_setup()
579 P->status.pr_lwp.pr_reg[REG_RAX] = sysindex; in Psyscall_setup()
580 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup()
581 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr; in Psyscall_setup()
599 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP]; in Psyscall_copyinargs()
635 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP]; in Psyscall_copyinargs()
676 P->status.pr_lwp.pr_reg[REG_RDI]; in Psyscall_copyoutargs()
680 P->status.pr_lwp.pr_reg[REG_RSI]; in Psyscall_copyoutargs()
684 P->status.pr_lwp.pr_reg[REG_RDX]; in Psyscall_copyoutargs()
688 P->status.pr_lwp.pr_reg[REG_RCX]; in Psyscall_copyoutargs()
692 P->status.pr_lwp.pr_reg[REG_R8]; in Psyscall_copyoutargs()
696 P->status.pr_lwp.pr_reg[REG_R9]; in Psyscall_copyoutargs()