Searched refs:SEL_LDT (Results 1 – 1 of 1) sorted by relevance
50 #define ISLDT(s) ((s)&SEL_LDT) /* is it local or global */51 #define SEL_LDT 4 /* local descriptor table */ macro53 #define LSEL(s,r) (((s)<<3) | SEL_LDT | r) /* a local selector */