Searched refs:VKI_REG_RIP (Results 1 – 4 of 4) sorted by relevance
105 uc->uc_mcontext.gregs[VKI_REG_RIP] = (UWord)ML_(start_thread_NORETURN); in ML_()120 uc->uc_mcontext.gregs[VKI_REG_RIP] = tst->arch.vex.guest_RIP; in ML_()122 (Addr)&uc->uc_mcontext.gregs[VKI_REG_RIP], sizeof(UWord)); in ML_()323 tst->arch.vex.guest_RIP = uc->uc_mcontext.gregs[VKI_REG_RIP]; in ML_()325 (Addr)&uc->uc_mcontext.gregs[VKI_REG_RIP], OFFSET_amd64_RIP, in ML_()
599 # define VG_UCONTEXT_INSTR_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_REG_RIP])607 { (srP)->r_pc = (uc)->uc_mcontext.gregs[VKI_REG_RIP]; \
1352 #define VKI_REG_RIP REG_RIP macro
293 (*regs)[VKI_REG_RIP] = arch->vex.guest_RIP; in fill_regset()