Home
last modified time | relevance | path

Searched refs:VEX_GUEST_X86_LDT_NENT (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_guest_x86.h228 #define VEX_GUEST_X86_LDT_NENT /*64*/ 8192 /* use complete LDT */ macro
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-linux.c468 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()
Dsyswrap-darwin.c7647 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c2622 if (seg_selector >= VEX_GUEST_X86_LDT_NENT) in x86g_use_seg_selector()