Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_machine.h116 # define VG_INSTR_PTR guest_EIP macro
120 # define VG_INSTR_PTR guest_RIP macro
124 # define VG_INSTR_PTR guest_CIA macro
128 # define VG_INSTR_PTR guest_CIA macro
132 # define VG_INSTR_PTR guest_R15T macro
136 # define VG_INSTR_PTR guest_PC macro
140 # define VG_INSTR_PTR guest_IA macro
145 # define VG_INSTR_PTR guest_PC macro
149 # define VG_INSTR_PTR guest_PC macro
159 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
Dm_machine.c45 #define INSTR_PTR(regs) ((regs).vex.VG_INSTR_PTR)
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c893 UInt cno = (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR); in run_thread_for_a_while()
894 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR)) in run_thread_for_a_while()
902 (Addr)tst->arch.vex.VG_INSTR_PTR, in run_thread_for_a_while()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt132 # define VG_INSTR_PTR guest_R15