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 94 # define VG_INSTR_PTR guest_EIP
98 # define VG_INSTR_PTR guest_RIP
102 # define VG_INSTR_PTR guest_CIA
106 # define VG_INSTR_PTR guest_CIA
110 # define VG_INSTR_PTR guest_R15T
114 # define VG_INSTR_PTR guest_IA
119 # define VG_INSTR_PTR guest_PC
129 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
m_machine.c 44 #define INSTR_PTR(regs) ((regs).vex.VG_INSTR_PTR)
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 853 UInt cno = (UInt)VG_TT_FAST_HASH((Addr)tst->arch.vex.VG_INSTR_PTR);
854 if (LIKELY(VG_(tt_fast)[cno].guest == (Addr)tst->arch.vex.VG_INSTR_PTR))
862 (Addr)tst->arch.vex.VG_INSTR_PTR,
    [all...]

Completed in 192 milliseconds