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

  /external/valgrind/VEX/pub/
libvex_guest_amd64.h 66 /* 64 */ ULong guest_RSI;
  /external/valgrind/coregrind/m_sigframe/
sigframe-solaris.c 185 tst->arch.vex.guest_RSI = (Addr)&frame->siginfo;
187 guest_RSI), sizeof(ULong));
sigframe-amd64-linux.c 479 tst->arch.vex.guest_RSI = (Addr) &frame->sigInfo;
487 offsetof(VexGuestAMD64State,guest_RSI), sizeof(UWord) );
543 tst->arch.vex.guest_RSI = sc->rsi;
sigframe-amd64-darwin.c 213 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo;
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-darwin.c 74 mach->__rsi = vex->guest_RSI;
169 vex->guest_RSI = mach->__rsi;
360 vex->guest_RSI = kport;
523 vex->guest_RSI = kport;
syswrap-main.c 480 canonical->arg2 = gst->guest_RSI;
665 canonical->arg2 = gst->guest_RSI;
681 canonical->arg1 = gst->guest_RSI;
750 canonical->arg2 = gst->guest_RSI;
795 gst->guest_RSI = canonical->arg2;
867 gst->guest_RSI = canonical->arg2;
    [all...]
syswrap-amd64-solaris.c 138 uc->uc_mcontext.gregs[VKI_REG_RSI] = tst->arch.vex.guest_RSI;
347 tst->arch.vex.guest_RSI = uc->uc_mcontext.gregs[VKI_REG_RSI];
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-amd64.c 168 case 4: VG_(transfer) (&amd64->guest_RSI, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 289 regs->rsi = arch->vex.guest_RSI;
coredump-solaris.c 299 (*regs)[VKI_REG_RSI] = arch->vex.guest_RSI;
    [all...]
  /external/valgrind/coregrind/
m_machine.c 203 (*f)(tid, "RSI", vex->guest_RSI);
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c 392 #define OFFB_RSI offsetof(VexGuestAMD64State,guest_RSI)
    [all...]

Completed in 736 milliseconds