Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/sys/
H A Dsegments.h351 uint32_t sgd_p:1; /* segment descriptor present */ member
375 uint64_t sgd_p:1; /* segment descriptor present */ member
/titanic_50/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c342 dp->sgd_p = 1; in set_gatesegd()
359 dp->sgd_p = 1; in set_gatesegd()
H A Dsysi86.c331 sgd->sgd_p = ssd->acc1 >> 7; in ssd_to_sgd()
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c660 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval); in gate_desc_dump()