Home
last modified time | relevance | path

Searched refs:guest_RIP (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-amd64-linux.c439 = (void*)tst->arch.vex.guest_RIP; in build_rt_sigframe()
477 tst->arch.vex.guest_RIP = (Addr) handler; in VG_()
483 offsetof(VexGuestAMD64State,guest_RIP), sizeof(UWord) ); in VG_()
497 rsp, tst->arch.vex.guest_RIP, (Int)tst->status); in VG_()
554 tst->arch.vex.guest_RIP = sc->rip; in restore_sigcontext()
598 tid, isRT, tst->arch.vex.guest_RIP); in VG_()
Dsigframe-amd64-darwin.c270 tid, tst->arch.vex.guest_RIP); in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-amd64-darwin.c78 mach->__rip = vex->guest_RIP; in x86_thread_state64_from_vex()
173 vex->guest_RIP = mach->__rip; in x86_thread_state64_to_vex()
358 vex->guest_RIP = pthread_starter; in pthread_hijack()
521 vex->guest_RIP = wqthread_starter; in wqthread_hijack()
Dsyswrap-main.c2244 arch->vex.guest_RIP -= 2; // sizeof(syscall) in ML_()
2252 UChar *p = (UChar *)arch->vex.guest_RIP; in ML_()
2257 arch->vex.guest_RIP, p[0], p[1]); in ML_()
2385 arch->vex.guest_RIP = arch->vex.guest_IP_AT_SYSCALL; in ML_()
2393 UChar *p = (UChar *)arch->vex.guest_RIP; in ML_()
2399 arch->vex.guest_RIP, p[0], p[1]); in ML_()
2486 arch->vex.guest_RIP -= 2; // sizeof(syscall) in ML_()
2494 UChar *p = (UChar *)arch->vex.guest_RIP; in ML_()
2500 arch->vex.guest_RIP, p[0], p[1]); in ML_()
Dsyswrap-amd64-solaris.c120 uc->uc_mcontext.gregs[VKI_REG_RIP] = tst->arch.vex.guest_RIP; in ML_()
323 tst->arch.vex.guest_RIP = uc->uc_mcontext.gregs[VKI_REG_RIP]; in ML_()
/external/valgrind/VEX/pub/
Dlibvex_guest_amd64.h83 /* 184 */ ULong guest_RIP; member
/external/valgrind/coregrind/
Dpub_core_machine.h120 # define VG_INSTR_PTR guest_RIP
Dm_machine.c75 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP; in VG_()
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-amd64.c180 case 16: VG_(transfer) (&amd64->guest_RIP, buf, dir, size, mod); break; in transfer_register()
/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c615 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
Dinitimg-solaris.c1019 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
Dinitimg-linux.c1075 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c4371 vex_state->guest_RIP = 0; in LibVEX_GuestAMD64_initialise()
4436 Int rip_min = offsetof(VexGuestAMD64State, guest_RIP); in guest_amd64_state_requires_precise_mem_exns()
4482 .offset_IP = offsetof(VexGuestAMD64State,guest_RIP),
4497 /* 4 */ ALWAYSDEFD(guest_RIP),
Dmain_main.c389 offB_GUEST_IP = offsetof(VexGuestAMD64State,guest_RIP); in LibVEX_FrontEnd()
390 szB_GUEST_IP = sizeof( ((VexGuestAMD64State*)0)->guest_RIP ); in LibVEX_FrontEnd()
Dguest_amd64_toIR.c403 #define OFFB_RIP offsetof(VexGuestAMD64State,guest_RIP)
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c284 regs->rip = arch->vex.guest_RIP; in fill_prstatus()
Dcoredump-solaris.c293 (*regs)[VKI_REG_RIP] = arch->vex.guest_RIP; in fill_regset()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c784 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP))); in do_pre_run_checks()