HomeSort by relevance Sort by last modified time
    Searched refs:VEX_GUEST_X86_LDT_NENT (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 127 the host address space to an array of VEX_GUEST_X86_LDT_NENT
229 #define VEX_GUEST_X86_LDT_NENT /*64*/ 8192 /* use complete LDT */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 470 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr);
488 for (i = 0; i < VEX_GUEST_X86_LDT_NENT; i++)
558 size = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr);
594 if (ldt_info->entry_number >= VEX_GUEST_X86_LDT_NENT)
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]

Completed in 172 milliseconds