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

  /external/valgrind/VEX/pub/
libvex_guest_x86.h 193 UShort guest_FS;
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 81 mach->__fs = vex->guest_FS;
137 vex->guest_FS = mach->__fs;
syswrap-x86-solaris.c 208 uc->uc_mcontext.gregs[VKI_FS] = tst->arch.vex.guest_FS;
413 tst->arch.vex.guest_FS = uc->uc_mcontext.gregs[VKI_FS];
    [all...]
syswrap-linux.c 560 ctst->arch.vex.guest_FS, ctst->arch.vex.guest_GS);
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 158 case 14: VG_(transfer) (&x86->guest_FS, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-linux.c 624 tst->arch.vex.guest_FS = sc->fs;
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 278 regs->fs = arch->vex.guest_FS;
coredump-solaris.c 289 (*regs)[VKI_FS] = arch->vex.guest_FS;
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 260 #define OFFB_FS offsetof(VexGuestX86State,guest_FS)
    [all...]

Completed in 476 milliseconds