Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c624 #if defined(IS_CS) || defined(IS_NOT_CS)
629 #define IS_NOT_CS 0 macro
753 pcb->pcb_fs = fix_segreg(grp[REG_FS], IS_NOT_CS, datamodel); in setgregs()
754 pcb->pcb_gs = fix_segreg(grp[REG_GS], IS_NOT_CS, datamodel); in setgregs()
777 rp->r_ss = fix_segreg(grp[REG_DS], IS_NOT_CS, datamodel); in setgregs()
784 pcb->pcb_ds = fix_segreg(grp[REG_DS], IS_NOT_CS, datamodel); in setgregs()
785 pcb->pcb_es = fix_segreg(grp[REG_ES], IS_NOT_CS, datamodel); in setgregs()
790 pcb->pcb_fs = fix_segreg(grp[REG_FS], IS_NOT_CS, datamodel); in setgregs()
791 pcb->pcb_gs = fix_segreg(grp[REG_GS], IS_NOT_CS, datamodel); in setgregs()
822 rp->r_ss = fix_segreg(rp->r_ss, IS_NOT_CS, datamodel); in setgregs()
[all …]