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

  /external/valgrind/VEX/pub/
libvex_guest_x86.h 194 UShort guest_GS;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 159 case 15: VG_(transfer) (&x86->guest_GS, buf, dir, size, mod); break;
268 x86->guest_GS,
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 82 mach->__gs = vex->guest_GS;
138 vex->guest_GS = mach->__gs;
syswrap-x86-solaris.c 213 uc->uc_mcontext.gregs[VKI_GS] = tst->arch.vex.guest_GS;
417 tst->arch.vex.guest_GS = uc->uc_mcontext.gregs[VKI_GS];
612 tst->arch.vex.guest_GS = VKI_LWPGS_SEL;
    [all...]
syswrap-darwin.c     [all...]
syswrap-linux.c 560 ctst->arch.vex.guest_FS, ctst->arch.vex.guest_GS);
    [all...]
syswrap-solaris.c     [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 625 tst->arch.vex.guest_GS = sc->gs;
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 279 regs->gs = arch->vex.guest_GS;
coredump-solaris.c 290 (*regs)[VKI_GS] = arch->vex.guest_GS;
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 261 #define OFFB_GS offsetof(VexGuestX86State,guest_GS)
    [all...]

Completed in 550 milliseconds