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

  /external/valgrind/main/VEX/pub/
libvex_guest_amd64.h 66 /* 64 */ ULong guest_RSI;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 75 mach->__rsi = vex->guest_RSI;
153 vex->guest_RSI = mach->__rsi;
344 vex->guest_RSI = kport;
486 vex->guest_RSI = kport;
syswrap-main.c 422 canonical->arg2 = gst->guest_RSI;
576 canonical->arg2 = gst->guest_RSI;
592 canonical->arg1 = gst->guest_RSI;
642 gst->guest_RSI = canonical->arg2;
704 gst->guest_RSI = canonical->arg2;
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 522 tst->arch.vex.guest_RSI = (Addr) &frame->sigInfo;
576 tst->arch.vex.guest_RSI = sc->rsi;
sigframe-amd64-darwin.c 175 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo;/* oh well */
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 169 case 4: VG_(transfer) (&amd64->guest_RSI, buf, dir, size, mod); break;
  /external/valgrind/main/VEX/switchback/
switchback.c 982 gst.guest_RAX = serviceFn( gst.guest_RDI, gst.guest_RSI );
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 279 regs->rsi = arch->vex.guest_RSI;
  /external/valgrind/main/coregrind/
m_debugger.c 79 regs.rsi = vex->guest_RSI;
m_machine.c 218 (*f)(tid, "RSI", vex->guest_RSI);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c 390 #define OFFB_RSI offsetof(VexGuestAMD64State,guest_RSI)
    [all...]

Completed in 789 milliseconds