IDXTOSEL
#define SEL_LDT(s) (IDXTOSEL(s) | SEL_TI_LDT | SEL_UPL) /* local sel */
#define SEL_GDT(s, r) (IDXTOSEL(s) | r) /* global sel */