Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c469 #if defined(IS_CS) || defined(IS_NOT_CS)
474 #define IS_NOT_CS 0 macro
588 pcb->pcb_fs = fix_segreg(grp[REG_FS], IS_NOT_CS, datamodel); in setgregs()
589 pcb->pcb_gs = fix_segreg(grp[REG_GS], IS_NOT_CS, datamodel); in setgregs()
612 rp->r_ss = fix_segreg(grp[REG_DS], IS_NOT_CS, datamodel); in setgregs()
619 pcb->pcb_ds = fix_segreg(grp[REG_DS], IS_NOT_CS, datamodel); in setgregs()
620 pcb->pcb_es = fix_segreg(grp[REG_ES], IS_NOT_CS, datamodel); in setgregs()
625 pcb->pcb_fs = fix_segreg(grp[REG_FS], IS_NOT_CS, datamodel); in setgregs()
626 pcb->pcb_gs = fix_segreg(grp[REG_GS], IS_NOT_CS, datamodel); in setgregs()