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 61 /* 48 */ ULong guest_RSI;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 75 mach->__rsi = vex->guest_RSI;
138 vex->guest_RSI = mach->__rsi;
314 vex->guest_RSI = kport;
456 vex->guest_RSI = kport;
syswrap-main.c 421 canonical->arg2 = gst->guest_RSI;
552 canonical->arg2 = gst->guest_RSI;
568 canonical->arg1 = gst->guest_RSI;
618 gst->guest_RSI = canonical->arg2;
680 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 173 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo;/* oh well */
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 151 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 205 (*f)(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 1160 milliseconds