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.c413 /* OUT */ VexGuestX86SegDescr* out, in translate_to_hw_format()
417 vg_assert(8 == sizeof(VexGuestX86SegDescr)); in translate_to_hw_format()
459 static VexGuestX86SegDescr* alloc_zeroed_x86_GDT ( void ) in alloc_zeroed_x86_GDT()
461 Int nbytes = VEX_GUEST_X86_GDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_GDT()
466 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void ) in alloc_zeroed_x86_LDT()
468 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
473 static void free_LDT_or_GDT ( VexGuestX86SegDescr* dt ) in free_LDT_or_GDT()
480 static void copy_LDT_from_to ( VexGuestX86SegDescr* src, in copy_LDT_from_to()
481 VexGuestX86SegDescr* dst ) in copy_LDT_from_to()
491 static void copy_GDT_from_to ( VexGuestX86SegDescr* src, in copy_GDT_from_to()
[all …]
Dsyswrap-darwin.c7645 static VexGuestX86SegDescr* alloc_zeroed_x86_LDT ( void ) in alloc_zeroed_x86_LDT()
7647 Int nbytes = VEX_GUEST_X86_LDT_NENT * sizeof(VexGuestX86SegDescr); in alloc_zeroed_x86_LDT()
7660 VexGuestX86SegDescr *ldt; in PRE()
7662 ldt = (VexGuestX86SegDescr *)tst->arch.vex.guest_LDT; in PRE()
/external/valgrind/main/VEX/pub/
Dlibvex_guest_x86.h263 } VexGuestX86SegDescr; typedef
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c2547 UInt get_segdescr_base ( VexGuestX86SegDescr* ent ) in get_segdescr_base()
2556 UInt get_segdescr_limit ( VexGuestX86SegDescr* ent ) in get_segdescr_limit()
2571 VexGuestX86SegDescr* the_descrs; in x86g_use_seg_selector()
2576 vassert(8 == sizeof(VexGuestX86SegDescr)); in x86g_use_seg_selector()
2612 the_descrs = (VexGuestX86SegDescr*)gdt; in x86g_use_seg_selector()
2625 the_descrs = (VexGuestX86SegDescr*)ldt; in x86g_use_seg_selector()