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

  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 189 faultaddr = tst->arch.vex.guest_CIA;
211 frame->uc.uc_mcontext.gp_regs[VKI_PT_NIP] = tst->arch.vex.guest_CIA;
268 tst->arch.vex.guest_CIA = (Addr) ((ULong*)handler)[0];
271 tst->arch.vex.guest_CIA = (Addr) handler;
282 sp, tst->arch.vex.guest_CIA, (Int)tst->status);
331 tst->arch.vex.guest_CIA = frame->uc.uc_mcontext.gp_regs[VKI_PT_NIP];
350 tid, has_siginfo, tst->arch.vex.guest_CIA);
sigframe-ppc32-linux.c 152 mc->mc_gregs[VKI_PT_NIP] = tst->arch.vex.guest_CIA;
612 //.. = (void*)tst->arch.vex.guest_CIA;
667 faultaddr = tst->arch.vex.guest_CIA;
731 tst->arch.vex.guest_CIA = (Addr) handler;
748 //.. tst->arch.vex.guest_CIA = (Addr) handler;
755 sp, tst->arch.vex.guest_CIA, (Int)tst->status);
886 tst->arch.vex.guest_CIA = mc->mc_gregs[VKI_PT_NIP];
906 tid, has_siginfo, tst->arch.vex.guest_CIA);
  /external/valgrind/coregrind/
pub_core_machine.h 132 # define VG_INSTR_PTR guest_CIA
136 # define VG_INSTR_PTR guest_CIA
m_translate.c     [all...]
m_machine.c 79 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_CIA;
84 regs->r_pc = VG_(threads)[tid].arch.vex.guest_CIA;
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 475 vex_state->guest_CIA = 0;
642 vex_state->guest_CIA = 0;
726 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA);
766 Int cia_min = offsetof(VexGuestPPC64State, guest_CIA);
818 .offset_IP = offsetof(VexGuestPPC32State,guest_CIA),
826 = { /* 0 */ ALWAYSDEFD32(guest_CIA),
859 .offset_IP = offsetof(VexGuestPPC64State,guest_CIA),
867 = { /* 0 */ ALWAYSDEFD64(guest_CIA),
main_main.c 648 offB_GUEST_IP = offsetof(VexGuestPPC32State,guest_CIA);
649 szB_GUEST_IP = sizeof( ((VexGuestPPC32State*)0)->guest_CIA );
669 offB_GUEST_IP = offsetof(VexGuestPPC64State,guest_CIA);
670 szB_GUEST_IP = sizeof( ((VexGuestPPC64State*)0)->guest_CIA );
    [all...]
guest_ppc_toIR.c 269 #define OFFB_CIA offsetofPPCGuestState(guest_CIA)
    [all...]
  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 169 /* 1152 */ UInt guest_CIA; // IP (no arch visible register)
libvex_guest_ppc64.h 207 /* 1280 */ ULong guest_CIA; // IP (no arch visible register)
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 290 regs->nip = arch->vex.guest_CIA;
311 regs->nip = arch->vex.guest_CIA;
332 regs->nip = arch->vex.guest_CIA;
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c     [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 255 case 64: VG_(transfer) (&ppc32->guest_CIA, buf, dir, size, mod); break;
valgrind-low-ppc64.c 252 case 64: VG_(transfer) (&ppc64->guest_CIA, buf, dir, size, mod); break;

Completed in 157 milliseconds