Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/i386/include/
H A Dsegments.h56 #define ISLDT(s) ((s) & SEL_LDT) /* is it local or global */ macro
/openbsd-src/sys/arch/amd64/include/
H A Dsegments.h61 #define ISLDT(s) ((s) & SEL_LDT) /* is it local or global */ macro