Searched refs:VEX_GUEST_X86_LDT_NENT (Results 1 – 4 of 4) sorted by relevance
228 #define VEX_GUEST_X86_LDT_NENT /*64*/ 8192 /* use complete LDT */ macro
468 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()486 for (i = 0; i < VEX_GUEST_X86_LDT_NENT; i++) in copy_LDT_from_to()556 size = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in read_ldt()592 if (ldt_info->entry_number >= VEX_GUEST_X86_LDT_NENT) in write_ldt()
7647 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
2622 if (seg_selector >= VEX_GUEST_X86_LDT_NENT) in x86g_use_seg_selector()