Home
last modified time | relevance | path

Searched refs:guest_RSI (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-amd64-darwin.c75 mach->__rsi = vex->guest_RSI; in x86_thread_state64_from_vex()
138 vex->guest_RSI = mach->__rsi; in x86_thread_state64_to_vex()
314 vex->guest_RSI = kport; in pthread_hijack()
456 vex->guest_RSI = kport; in wqthread_hijack()
Dsyswrap-main.c421 canonical->arg2 = gst->guest_RSI; in getSyscallArgsFromGuestState()
552 canonical->arg2 = gst->guest_RSI; in getSyscallArgsFromGuestState()
568 canonical->arg1 = gst->guest_RSI; in getSyscallArgsFromGuestState()
618 gst->guest_RSI = canonical->arg2; in putSyscallArgsIntoGuestState()
680 gst->guest_RSI = canonical->arg2; in putSyscallArgsIntoGuestState()
/external/valgrind/main/VEX/pub/
Dlibvex_guest_amd64.h61 /* 48 */ ULong guest_RSI; member
/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-amd64-linux.c522 tst->arch.vex.guest_RSI = (Addr) &frame->sigInfo; in VG_()
576 tst->arch.vex.guest_RSI = sc->rsi; in restore_sigcontext()
Dsigframe-amd64-darwin.c173 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo;/* oh well */ in VG_()
/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-amd64.c151 case 4: VG_(transfer) (&amd64->guest_RSI, buf, dir, size, mod); break; in transfer_register()
/external/valgrind/main/VEX/switchback/
Dswitchback.c982 gst.guest_RAX = serviceFn( gst.guest_RDI, gst.guest_RSI );
/external/valgrind/main/coregrind/
Dm_debugger.c79 regs.rsi = vex->guest_RSI; in ptrace_setregs()
Dm_machine.c205 (*f)(vex->guest_RSI); in apply_to_GPs_of_tid()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c279 regs->rsi = arch->vex.guest_RSI; in fill_prstatus()
/external/valgrind/main/VEX/priv/
Dguest_amd64_helpers.c2940 vex_state->guest_RSI = 0; in LibVEX_GuestAMD64_initialise()
Dguest_amd64_toIR.c390 #define OFFB_RSI offsetof(VexGuestAMD64State,guest_RSI)