Home
last modified time | relevance | path

Searched refs:VG_INSTR_PTR (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_machine.h94 # define VG_INSTR_PTR guest_EIP macro
98 # define VG_INSTR_PTR guest_RIP macro
102 # define VG_INSTR_PTR guest_CIA macro
106 # define VG_INSTR_PTR guest_CIA macro
110 # define VG_INSTR_PTR guest_R15T macro
114 # define VG_INSTR_PTR guest_IA macro
119 # define VG_INSTR_PTR guest_PC macro
129 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
Dm_machine.c44 #define INSTR_PTR(regs) ((regs).vex.VG_INSTR_PTR)
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c853 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()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt132 # define VG_INSTR_PTR guest_R15