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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 409 /* Translate a struct modify_ldt_ldt_s to a VexGuestX86SegDescr, using
415 /* OUT */ VexGuestX86SegDescr* out,
419 vg_assert(8 == sizeof(VexGuestX86SegDescr));
461 static VexGuestX86SegDescr* alloc_zeroed_x86_GDT ( void )
463 Int nbytes = VEX_GUEST_X86_GDT_NENT * sizeof(VexGuestX86SegDescr);
468 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void )
470 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr);
475 static void free_LDT_or_GDT ( VexGuestX86SegDescr* dt )
482 static void copy_LDT_from_to ( VexGuestX86SegDescr* src,
483 VexGuestX86SegDescr* dst
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 128 descriptors, which have the type VexGuestX86SegDescr, defined
197 HWord guest_LDT; /* host addr, a VexGuestX86SegDescr* */
198 HWord guest_GDT; /* host addr, a VexGuestX86SegDescr* */
264 } VexGuestX86SegDescr;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]

Completed in 135 milliseconds