Searched defs:SEL_TI_LDT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dsegments.h126 #define SEL_TI_LDT 4 /* local descriptor table */ macro
127 #define SEL_LDT(s) (IDXTOSEL(s) | SEL_TI_LDT | SEL_UPL) /* local sel */
129 #define SELISLDT(s) (((s) & SEL_TI_LDT) == SEL_TI_LDT)

Completed in 47 milliseconds