Home
last modified time | relevance | path

Searched defs:SEL_LDT (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/boot/sys/x86/include/
H A Dsegments.h51 #define SEL_LDT 4 /* local descriptor table */ macro
/titanic_51/usr/src/uts/intel/sys/
H A Dsegments.h127 #define SEL_LDT(s) (IDXTOSEL(s) | SEL_TI_LDT | SEL_UPL) /* local sel */ macro