Home
last modified time | relevance | path

Searched refs:LWPGS_SEL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c109 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()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Dsundep.c328 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()
H A Darchdep.c663 case LWPGS_SEL: in fix_segreg()
/titanic_50/usr/src/lib/libc/i386/threads/
H A Dmachdep.c127 ucp->uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL; in setup_context()
/titanic_50/usr/src/uts/intel/sys/
H A Dsegments.h611 #define LWPGS_SEL SEL_GDT(GDT_LWPGS, SEL_UPL) macro
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c568 uc.uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL; in setcontext()