Searched refs:prs32 (Results 1 – 1 of 1) sorted by relevance
586 lx_prstatus32_to_lwp(lx_prstatus32_t *prs32, lwp_info_t *lwp) in lx_prstatus32_to_lwp() argument588 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_utime, prs32->pr_utime); in lx_prstatus32_to_lwp()589 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_stime, prs32->pr_stime); in lx_prstatus32_to_lwp()592 lwp->lwp_status.pr_reg[REG_GS] = prs32->pr_reg.lxr_gs; in lx_prstatus32_to_lwp()593 lwp->lwp_status.pr_reg[REG_FS] = prs32->pr_reg.lxr_fs; in lx_prstatus32_to_lwp()594 lwp->lwp_status.pr_reg[REG_DS] = prs32->pr_reg.lxr_ds; in lx_prstatus32_to_lwp()595 lwp->lwp_status.pr_reg[REG_ES] = prs32->pr_reg.lxr_es; in lx_prstatus32_to_lwp()596 lwp->lwp_status.pr_reg[REG_RDI] = prs32->pr_reg.lxr_di; in lx_prstatus32_to_lwp()597 lwp->lwp_status.pr_reg[REG_RSI] = prs32->pr_reg.lxr_si; in lx_prstatus32_to_lwp()598 lwp->lwp_status.pr_reg[REG_RBP] = prs32->pr_reg.lxr_bp; in lx_prstatus32_to_lwp()[all …]