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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 263 LdtEnt;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 456 out->LdtEnt.Words.word1 = entry_1;
457 out->LdtEnt.Words.word2 = entry_2;
672 if (gdt[idx].LdtEnt.Words.word1 == 0
673 && gdt[idx].LdtEnt.Words.word2 == 0)
721 info->base_addr = ( gdt[idx].LdtEnt.Bits.BaseHi << 24 ) |
722 ( gdt[idx].LdtEnt.Bits.BaseMid << 16 ) |
723 gdt[idx].LdtEnt.Bits.BaseLow;
724 info->limit = ( gdt[idx].LdtEnt.Bits.LimitHi << 16 ) |
725 gdt[idx].LdtEnt.Bits.LimitLow;
726 info->seg_32bit = gdt[idx].LdtEnt.Bits.Default_Big
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]

Completed in 58 milliseconds