Searched refs:guest_RSI (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-solaris.c | 185 tst->arch.vex.guest_RSI = (Addr)&frame->siginfo; in VG_() 187 guest_RSI), sizeof(ULong)); in VG_()
|
D | sigframe-amd64-linux.c | 479 tst->arch.vex.guest_RSI = (Addr) &frame->sigInfo; in VG_() 487 offsetof(VexGuestAMD64State,guest_RSI), sizeof(UWord) ); in VG_() 543 tst->arch.vex.guest_RSI = sc->rsi; in restore_sigcontext()
|
D | sigframe-amd64-darwin.c | 213 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo; in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-amd64-darwin.c | 74 mach->__rsi = vex->guest_RSI; in x86_thread_state64_from_vex() 169 vex->guest_RSI = mach->__rsi; in x86_thread_state64_to_vex() 360 vex->guest_RSI = kport; in pthread_hijack() 522 vex->guest_RSI = kport; in wqthread_hijack()
|
D | syswrap-main.c | 479 canonical->arg2 = gst->guest_RSI; in getSyscallArgsFromGuestState() 663 canonical->arg2 = gst->guest_RSI; in getSyscallArgsFromGuestState() 679 canonical->arg1 = gst->guest_RSI; in getSyscallArgsFromGuestState() 760 canonical->arg2 = gst->guest_RSI; in getSyscallArgsFromGuestState() 805 gst->guest_RSI = canonical->arg2; in putSyscallArgsIntoGuestState() 877 gst->guest_RSI = canonical->arg2; in putSyscallArgsIntoGuestState() 965 gst->guest_RSI = canonical->arg2; in putSyscallArgsIntoGuestState()
|
D | syswrap-amd64-solaris.c | 138 uc->uc_mcontext.gregs[VKI_REG_RSI] = tst->arch.vex.guest_RSI; in ML_() 347 tst->arch.vex.guest_RSI = uc->uc_mcontext.gregs[VKI_REG_RSI]; in ML_()
|
/external/valgrind/VEX/pub/ |
D | libvex_guest_amd64.h | 66 /* 64 */ ULong guest_RSI; member
|
/external/valgrind/coregrind/m_gdbserver/ |
D | valgrind-low-amd64.c | 168 case 4: VG_(transfer) (&amd64->guest_RSI, buf, dir, size, mod); break; in transfer_register()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 269 regs->rsi = arch->vex.guest_RSI; in fill_prstatus()
|
D | coredump-solaris.c | 299 (*regs)[VKI_REG_RSI] = arch->vex.guest_RSI; in fill_regset()
|
/external/valgrind/coregrind/ |
D | m_machine.c | 209 (*f)(tid, "RSI", vex->guest_RSI); in apply_to_GPs_of_tid()
|
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 4251 vex_state->guest_RSI = 0; in LibVEX_GuestAMD64_initialise()
|
D | guest_amd64_toIR.c | 392 #define OFFB_RSI offsetof(VexGuestAMD64State,guest_RSI)
|