Home
last modified time | relevance | path

Searched refs:VexGuestX86SegDescr (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-linux.c392 /* OUT */ VexGuestX86SegDescr* out, in translate_to_hw_format()
396 vg_assert(8 == sizeof(VexGuestX86SegDescr)); in translate_to_hw_format()
438 static VexGuestX86SegDescr* alloc_zeroed_x86_GDT ( void ) in alloc_zeroed_x86_GDT()
440 Int nbytes = VEX_GUEST_X86_GDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_GDT()
445 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void ) in alloc_zeroed_x86_LDT()
447 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
452 static void free_LDT_or_GDT ( VexGuestX86SegDescr* dt ) in free_LDT_or_GDT()
459 static void copy_LDT_from_to ( VexGuestX86SegDescr* src, in copy_LDT_from_to()
460 VexGuestX86SegDescr* dst ) in copy_LDT_from_to()
470 static void copy_GDT_from_to ( VexGuestX86SegDescr* src, in copy_GDT_from_to()
[all …]
Dsyswrap-x86-solaris.c570 sizeof(VexGuestX86SegDescr)); in ML_()
589 VexGuestX86SegDescr *gdt = (VexGuestX86SegDescr*)tst->arch.vex.guest_GDT; in ML_()
590 VexGuestX86SegDescr desc; in ML_()
Dsyswrap-darwin.c9063 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void ) in alloc_zeroed_x86_LDT()
9065 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
9078 VexGuestX86SegDescr *ldt; in PRE()
9080 ldt = (VexGuestX86SegDescr *)tst->arch.vex.guest_LDT; in PRE()
/external/valgrind/VEX/pub/
Dlibvex_guest_x86.h264 } VexGuestX86SegDescr; typedef
/external/valgrind/VEX/priv/
Dguest_x86_helpers.c2709 UInt get_segdescr_base ( VexGuestX86SegDescr* ent ) in get_segdescr_base()
2718 UInt get_segdescr_limit ( VexGuestX86SegDescr* ent ) in get_segdescr_limit()
2733 VexGuestX86SegDescr* the_descrs; in x86g_use_seg_selector()
2738 vassert(8 == sizeof(VexGuestX86SegDescr)); in x86g_use_seg_selector()
2774 the_descrs = (VexGuestX86SegDescr*)gdt; in x86g_use_seg_selector()
2787 the_descrs = (VexGuestX86SegDescr*)ldt; in x86g_use_seg_selector()