Searched refs:VG_INSTR_PTR (Results 1 – 4 of 4) sorted by relevance
94 # define VG_INSTR_PTR guest_EIP macro98 # define VG_INSTR_PTR guest_RIP macro102 # define VG_INSTR_PTR guest_CIA macro106 # define VG_INSTR_PTR guest_CIA macro110 # define VG_INSTR_PTR guest_R15T macro114 # define VG_INSTR_PTR guest_IA macro119 # define VG_INSTR_PTR guest_PC macro129 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
44 #define INSTR_PTR(regs) ((regs).vex.VG_INSTR_PTR)
853 UInt cno = (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR); in run_thread_for_a_while()854 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR)) in run_thread_for_a_while()862 (Addr)tst->arch.vex.VG_INSTR_PTR, in run_thread_for_a_while()
132 # define VG_INSTR_PTR guest_R15