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 262 LdtEnt;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 454 out->LdtEnt.Words.word1 = entry_1;
455 out->LdtEnt.Words.word2 = entry_2;
670 if (gdt[idx].LdtEnt.Words.word1 == 0
671 && gdt[idx].LdtEnt.Words.word2 == 0)
719 info->base_addr = ( gdt[idx].LdtEnt.Bits.BaseHi << 24 ) |
720 ( gdt[idx].LdtEnt.Bits.BaseMid << 16 ) |
721 gdt[idx].LdtEnt.Bits.BaseLow;
722 info->limit = ( gdt[idx].LdtEnt.Bits.LimitHi << 16 ) |
723 gdt[idx].LdtEnt.Bits.LimitLow;
724 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 72 milliseconds