Searched refs:guest_RIP (Results 1 – 18 of 18) sorted by relevance
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-amd64-linux.c | 439 = (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_()
|
D | sigframe-amd64-darwin.c | 270 tid, tst->arch.vex.guest_RIP); in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-amd64-darwin.c | 78 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() 520 vex->guest_RIP = wqthread_starter; in wqthread_hijack()
|
D | syswrap-main.c | 2286 arch->vex.guest_RIP -= 2; // sizeof(syscall) in ML_() 2294 UChar *p = (UChar *)arch->vex.guest_RIP; in ML_() 2299 arch->vex.guest_RIP, p[0], p[1]); in ML_() 2427 arch->vex.guest_RIP = arch->vex.guest_IP_AT_SYSCALL; in ML_() 2435 UChar *p = (UChar *)arch->vex.guest_RIP; in ML_() 2441 arch->vex.guest_RIP, p[0], p[1]); in ML_() 2543 arch->vex.guest_RIP -= 2; // sizeof(syscall) in ML_() 2551 UChar *p = (UChar *)arch->vex.guest_RIP; in ML_() 2557 arch->vex.guest_RIP, p[0], p[1]); in ML_()
|
D | syswrap-amd64-solaris.c | 120 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/ |
D | libvex_guest_amd64.h | 83 /* 184 */ ULong guest_RIP; member
|
/external/valgrind/coregrind/ |
D | pub_core_machine.h | 128 # define VG_INSTR_PTR guest_RIP
|
D | m_machine.c | 74 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP; in VG_()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | valgrind-low-amd64.c | 180 case 16: VG_(transfer) (&amd64->guest_RIP, buf, dir, size, mod); break; in transfer_register()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-darwin.c | 617 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
|
D | initimg-solaris.c | 1015 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
|
D | initimg-linux.c | 1064 arch->vex.guest_RIP = iifii.initial_client_IP; in VG_()
|
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 4276 vex_state->guest_RIP = 0; in LibVEX_GuestAMD64_initialise() 4341 Int rip_min = offsetof(VexGuestAMD64State, guest_RIP); in guest_amd64_state_requires_precise_mem_exns() 4387 .offset_IP = offsetof(VexGuestAMD64State,guest_RIP), 4402 /* 4 */ ALWAYSDEFD(guest_RIP),
|
D | main_main.c | 627 offB_GUEST_IP = offsetof(VexGuestAMD64State,guest_RIP); in LibVEX_Translate() 628 szB_GUEST_IP = sizeof( ((VexGuestAMD64State*)0)->guest_RIP ); in LibVEX_Translate()
|
D | guest_amd64_toIR.c | 403 #define OFFB_RIP offsetof(VexGuestAMD64State,guest_RIP)
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 264 regs->rip = arch->vex.guest_RIP; in fill_prstatus()
|
D | coredump-solaris.c | 293 (*regs)[VKI_REG_RIP] = arch->vex.guest_RIP; in fill_regset()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 784 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP))); in do_pre_run_checks()
|