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

  /external/valgrind/main/coregrind/
pub_core_machine.h 111 # define VG_INSTR_PTR guest_EIP
115 # define VG_INSTR_PTR guest_RIP
119 # define VG_INSTR_PTR guest_CIA
123 # define VG_INSTR_PTR guest_CIA
127 # define VG_INSTR_PTR guest_R15T
131 # define VG_INSTR_PTR guest_PC
135 # define VG_INSTR_PTR guest_IA
140 # define VG_INSTR_PTR guest_PC
144 # define VG_INSTR_PTR guest_PC
154 #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/main/coregrind/m_scheduler/
scheduler.c 877 UInt cno = (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR);
878 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR))
886 (Addr)tst->arch.vex.VG_INSTR_PTR,
    [all...]

Completed in 3006 milliseconds