Home | History | Annotate | Download | only in priv

Lines Matching refs:ldt

2580 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
2607 /* Extract the TI bit (0 means GDT, 1 means LDT) */
2631 /* All the same stuff, except for the LDT. */
2632 if (ldt == 0)
2638 the_descrs = (VexGuestX86SegDescr*)ldt;