Searched refs:LWPGS_SEL (Results 1 – 6 of 6) sorted by relevance
107 rval = pcb->pcb_gs = LWPGS_SEL; in lwp_setprivate()170 if (pcb->pcb_gs == LWPGS_SEL) in lwp_getprivate()173 if (rp->r_gs == LWPGS_SEL) in lwp_getprivate()
331 if (grp[REG_GS] == LWPGS_SEL) in lwp_load()360 if (grp[GS] == LWPGS_SEL) in lwp_load()586 if (pcb->pcb_gs == LWPGS_SEL || pcb->pcb_gs == 0) { in update_sregs()
504 case LWPGS_SEL: in fix_segreg()
127 ucp->uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL; in setup_context()
626 #define LWPGS_SEL SEL_GDT(GDT_LWPGS, SEL_UPL) macro
578 uc.uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL; in setcontext()