Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsundep.c397 pcb->pcb_es = rp->r_es; in lwp_forkregs()
479 pcb->pcb_es = rp->r_es; in lwp_segregs_save()
598 __set_es(pcb->pcb_es); in update_sregs()
599 rp->r_es = pcb->pcb_es; in update_sregs()
963 pcb->pcb_es = rp->r_es; in setregs()
H A Darchdep.c472 grp[REG_ES] = pcb->pcb_es; in getgregs()
510 grp[ES] = (uint16_t)pcb->pcb_es; in getgregs32()
742 pcb->pcb_es = UDS_SEL; in setgregs()
785 pcb->pcb_es = fix_segreg(grp[REG_ES], IS_NOT_CS, datamodel); in setgregs()
H A Dsysi86.c605 ssd->sel == pcb->pcb_es || in setdscr()
/titanic_41/usr/src/uts/intel/sys/
H A Dpcb.h56 selector_t pcb_es; member
/titanic_41/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in141 lwp_pcb.pcb_es LWP_PCB_ES
155 pcb_es
/titanic_41/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c76 grp[REG_ES] = pcb->pcb_es; in gcore_getgregs()
/titanic_41/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c77 pcb->pcb_es = rp->r_es; in lwp_setprivate()