Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-linux.c415 /* OUT */ VexGuestX86SegDescr* out, in translate_to_hw_format()
419 vg_assert(8 == sizeof(VexGuestX86SegDescr)); in translate_to_hw_format()
461 static VexGuestX86SegDescr* alloc_zeroed_x86_GDT ( void ) in alloc_zeroed_x86_GDT()
463 Int nbytes = VEX_GUEST_X86_GDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_GDT()
468 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void ) in alloc_zeroed_x86_LDT()
470 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
475 static void free_LDT_or_GDT ( VexGuestX86SegDescr* dt ) in free_LDT_or_GDT()
482 static void copy_LDT_from_to ( VexGuestX86SegDescr* src, in copy_LDT_from_to()
483 VexGuestX86SegDescr* dst ) in copy_LDT_from_to()
493 static void copy_GDT_from_to ( VexGuestX86SegDescr* src, in copy_GDT_from_to()
[all …]
Dsyswrap-darwin.c7677 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void ) in alloc_zeroed_x86_LDT()
7679 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
7692 VexGuestX86SegDescr *ldt; in PRE()
7694 ldt = (VexGuestX86SegDescr *)tst->arch.vex.guest_LDT; in PRE()
/external/valgrind/main/VEX/pub/
Dlibvex_guest_x86.h264 } VexGuestX86SegDescr; typedef
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c2560 UInt get_segdescr_base ( VexGuestX86SegDescr* ent ) in get_segdescr_base()
2569 UInt get_segdescr_limit ( VexGuestX86SegDescr* ent ) in get_segdescr_limit()
2584 VexGuestX86SegDescr* the_descrs; in x86g_use_seg_selector()
2589 vassert(8 == sizeof(VexGuestX86SegDescr)); in x86g_use_seg_selector()
2625 the_descrs = (VexGuestX86SegDescr*)gdt; in x86g_use_seg_selector()
2638 the_descrs = (VexGuestX86SegDescr*)ldt; in x86g_use_seg_selector()