Home
last modified time | relevance | path

Searched refs:pcb_gs (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c79 pcb->pcb_gs = rp->r_gs; in lwp_setprivate()
105 rval = pcb->pcb_gs = 0; /* null gdt descriptor */ in lwp_setprivate()
109 rval = pcb->pcb_gs = LWPGS_SEL; in lwp_setprivate()
197 if (pcb->pcb_gs == 0) in lwp_getprivate()
205 if (pcb->pcb_gs == LWPGS_SEL) in lwp_getprivate()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dsundep.c399 pcb->pcb_gs = rp->r_gs; in lwp_forkregs()
481 pcb->pcb_gs = rp->r_gs; in lwp_segregs_save()
528 pcb->pcb_gs) != 0) { in update_sregs()
533 rp->r_gs = pcb->pcb_gs; in update_sregs()
542 __set_gs(pcb->pcb_gs); in update_sregs()
557 rp->r_gs = pcb->pcb_gs; in update_sregs()
583 if (pcb->pcb_gs == LWPGS_SEL || pcb->pcb_gs == 0) { in update_sregs()
915 pcb->pcb_fs = pcb->pcb_gs = 0; in setregs()
H A Darchdep.c474 grp[REG_GS] = pcb->pcb_gs; in getgregs()
507 grp[GS] = (uint16_t)pcb->pcb_gs; in getgregs32()
754 pcb->pcb_gs = fix_segreg(grp[REG_GS], IS_NOT_CS, datamodel); in setgregs()
791 pcb->pcb_gs = fix_segreg(grp[REG_GS], IS_NOT_CS, datamodel); in setgregs()
H A Dsysi86.c607 ssd->sel == pcb->pcb_gs) { in setdscr()
/titanic_44/usr/src/uts/intel/sys/
H A Dpcb.h61 selector_t pcb_gs; member
/titanic_44/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in143 lwp_pcb.pcb_gs LWP_PCB_GS
157 pcb_gs
/titanic_44/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c78 grp[REG_GS] = pcb->pcb_gs; in gcore_getgregs()