SEL_LDT
#define ISLDT(s) ((s)&SEL_LDT) /* is it local or global */
#define LSEL(s,r) (((s)<<3) | SEL_LDT | r) /* a local selector */