Home
last modified time | relevance | path

Searched refs:BaseHi (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/none/tests/x86-linux/
Dseg_override.c20 BYTE BaseHi; member
32 unsigned BaseHi : 8; member
42 (unsigned long)ent->HighWord.Bits.BaseHi << 24);
/external/valgrind/VEX/pub/
Dlibvex_guest_x86.h258 UInt BaseHi : 8; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-solaris.c601 desc.LdtEnt.Bits.BaseHi = (base >> 24) & 0xff; in ML_()
Dsyswrap-x86-linux.c597 info->base_addr = ( gdt[idx].LdtEnt.Bits.BaseHi << 24 ) | in sys_get_thread_area()
Dsyswrap-darwin.c9105 ldt[6].LdtEnt.Bits.BaseHi = (ARG1 >> 24) & 0xff; in PRE()
/external/valgrind/VEX/priv/
Dguest_x86_helpers.c2712 UInt hi = 0xFF & (UInt)ent->LdtEnt.Bits.BaseHi; in get_segdescr_base()