Searched refs:LWPGS_SEL (Results 1 – 6 of 6) sorted by relevance
109 rval = pcb->pcb_gs = LWPGS_SEL; in lwp_setprivate()143 rval = rp->r_gs = LWPGS_SEL; in lwp_setprivate()205 if (pcb->pcb_gs == LWPGS_SEL) in lwp_getprivate()208 if (rp->r_gs == LWPGS_SEL) in lwp_getprivate()226 if (rp->r_gs == LWPGS_SEL) { in lwp_getprivate()
328 if (grp[REG_GS] == LWPGS_SEL) in lwp_load()357 if (grp[GS] == LWPGS_SEL) in lwp_load()583 if (pcb->pcb_gs == LWPGS_SEL || pcb->pcb_gs == 0) { in update_sregs()
663 case LWPGS_SEL: in fix_segreg()
127 ucp->uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL; in setup_context()
611 #define LWPGS_SEL SEL_GDT(GDT_LWPGS, SEL_UPL) macro
568 uc.uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL; in setcontext()