Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dsegments.h51 #define ISLDT(s) ((s)&SEL_LDT) /* is it local or global */ macro
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsegments.h50 #define ISLDT(s) ((s)&SEL_LDT) /* is it local or global */ macro