HomeSort by relevance Sort by last modified time
    Searched refs:VG_INSTR_PTR (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/
pub_core_machine.h 116 # define VG_INSTR_PTR guest_EIP
120 # define VG_INSTR_PTR guest_RIP
124 # define VG_INSTR_PTR guest_CIA
128 # define VG_INSTR_PTR guest_CIA
132 # define VG_INSTR_PTR guest_R15T
136 # define VG_INSTR_PTR guest_PC
140 # define VG_INSTR_PTR guest_IA
145 # define VG_INSTR_PTR guest_PC
149 # define VG_INSTR_PTR guest_PC
159 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
    [all...]
m_machine.c 45 #define INSTR_PTR(regs) ((regs).vex.VG_INSTR_PTR)
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 893 UInt cno = (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR);
894 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR))
902 (Addr)tst->arch.vex.VG_INSTR_PTR,
    [all...]

Completed in 205 milliseconds