Searched refs:SEL_LDT (Results 1 – 2 of 2) sorted by relevance
105 #define ISLDT(s) ((s) & SEL_LDT) /* is it local or global */106 #define SEL_LDT 4 /* local descriptor table */ macro121 #define LSEL(s,r) (((s) << 3) | r | SEL_LDT) /* a local selector */
107 #define ISLDT(s) ((s) & SEL_LDT) /* is it local or global */108 #define SEL_LDT 4 /* local descriptor table */ macro136 #define LSEL(s,r) ((s) | r | SEL_LDT)