Searched refs:prs32 (Results 1 – 1 of 1) sorted by relevance
547 lx_prstatus32_to_lwp(lx_prstatus32_t *prs32, lwp_info_t *lwp) in lx_prstatus32_to_lwp() argument549 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_utime, prs32->pr_utime); in lx_prstatus32_to_lwp()550 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_stime, prs32->pr_stime); in lx_prstatus32_to_lwp()553 lwp->lwp_status.pr_reg[REG_GS] = prs32->pr_reg.lxr_gs; in lx_prstatus32_to_lwp()554 lwp->lwp_status.pr_reg[REG_FS] = prs32->pr_reg.lxr_fs; in lx_prstatus32_to_lwp()555 lwp->lwp_status.pr_reg[REG_DS] = prs32->pr_reg.lxr_ds; in lx_prstatus32_to_lwp()556 lwp->lwp_status.pr_reg[REG_ES] = prs32->pr_reg.lxr_es; in lx_prstatus32_to_lwp()557 lwp->lwp_status.pr_reg[REG_RDI] = prs32->pr_reg.lxr_di; in lx_prstatus32_to_lwp()558 lwp->lwp_status.pr_reg[REG_RSI] = prs32->pr_reg.lxr_si; in lx_prstatus32_to_lwp()559 lwp->lwp_status.pr_reg[REG_RBP] = prs32->pr_reg.lxr_bp; in lx_prstatus32_to_lwp()[all …]