Searched refs:guest_CIA (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-ppc64-linux.c | 211 frame->uc.uc_mcontext.gp_regs[VKI_PT_NIP] = tst->arch.vex.guest_CIA; in VG_() 268 tst->arch.vex.guest_CIA = (Addr) ((ULong*)handler)[0]; in VG_() 271 tst->arch.vex.guest_CIA = (Addr) handler; in VG_() 282 sp, tst->arch.vex.guest_CIA, (Int)tst->status); in VG_() 331 tst->arch.vex.guest_CIA = frame->uc.uc_mcontext.gp_regs[VKI_PT_NIP]; in VG_() 350 tid, has_siginfo, tst->arch.vex.guest_CIA); in VG_()
|
D | sigframe-ppc32-linux.c | 152 mc->mc_gregs[VKI_PT_NIP] = tst->arch.vex.guest_CIA; in stack_mcontext() 667 faultaddr = tst->arch.vex.guest_CIA; in VG_() 731 tst->arch.vex.guest_CIA = (Addr) handler; in VG_() 755 sp, tst->arch.vex.guest_CIA, (Int)tst->status); in VG_() 886 tst->arch.vex.guest_CIA = mc->mc_gregs[VKI_PT_NIP]; in VG_() 906 tid, has_siginfo, tst->arch.vex.guest_CIA); in VG_()
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_helpers.c | 698 vex_state->guest_CIA = 0; in LibVEX_GuestPPC32_initialise() 868 vex_state->guest_CIA = 0; in LibVEX_GuestPPC64_initialise() 952 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA); in guest_ppc32_state_requires_precise_mem_exns() 992 Int cia_min = offsetof(VexGuestPPC64State, guest_CIA); in guest_ppc64_state_requires_precise_mem_exns() 1044 .offset_IP = offsetof(VexGuestPPC32State,guest_CIA), 1052 = { /* 0 */ ALWAYSDEFD32(guest_CIA), 1086 .offset_IP = offsetof(VexGuestPPC64State,guest_CIA), 1094 = { /* 0 */ ALWAYSDEFD64(guest_CIA),
|
D | main_main.c | 406 offB_GUEST_IP = offsetof(VexGuestPPC32State,guest_CIA); in LibVEX_FrontEnd() 407 szB_GUEST_IP = sizeof( ((VexGuestPPC32State*)0)->guest_CIA ); in LibVEX_FrontEnd() 423 offB_GUEST_IP = offsetof(VexGuestPPC64State,guest_CIA); in LibVEX_FrontEnd() 424 szB_GUEST_IP = sizeof( ((VexGuestPPC64State*)0)->guest_CIA ); in LibVEX_FrontEnd()
|
D | guest_ppc_toIR.c | 272 #define OFFB_CIA offsetofPPCGuestState(guest_CIA)
|
/external/valgrind/coregrind/ |
D | pub_core_machine.h | 124 # define VG_INSTR_PTR guest_CIA 128 # define VG_INSTR_PTR guest_CIA
|
D | m_translate.c | 1026 Int offB_CIA = offsetof(VexGuestPPC64State,guest_CIA); in gen_PUSH() 1040 Int offB_CIA = offsetof(VexGuestPPC32State,guest_CIA); in gen_PUSH() 1120 Int offB_CIA = offsetof(VexGuestPPC64State,guest_CIA); in gen_POP() 1132 Int offB_CIA = offsetof(VexGuestPPC32State,guest_CIA); in gen_POP() 1233 Int offB_CIA = offsetof(VexGuestPPC64State,guest_CIA); in gen_pop_R2_LR_then_bLR()
|
D | m_machine.c | 80 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_CIA; in VG_() 85 regs->r_pc = VG_(threads)[tid].arch.vex.guest_CIA; in VG_()
|
/external/valgrind/VEX/pub/ |
D | libvex_guest_ppc32.h | 169 /* 1152 */ UInt guest_CIA; // IP (no arch visible register) member
|
D | libvex_guest_ppc64.h | 207 /* 1280 */ ULong guest_CIA; // IP (no arch visible register) member
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 310 regs->nip = arch->vex.guest_CIA; in fill_prstatus() 331 regs->nip = arch->vex.guest_CIA; in fill_prstatus() 352 regs->nip = arch->vex.guest_CIA; in fill_prstatus()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-main.c | 2263 arch->vex.guest_CIA -= 4; // sizeof(ppc32 instr) in ML_() 2271 UChar *p = (UChar *)arch->vex.guest_CIA; in ML_() 2276 (ULong)arch->vex.guest_CIA, p[0], p[1], p[2], p[3]); in ML_() 2282 arch->vex.guest_CIA -= 4; // sizeof(ppc32 instr) in ML_() 2290 UChar *p = (UChar *)arch->vex.guest_CIA; in ML_() 2295 arch->vex.guest_CIA, p[3], p[2], p[1], p[0]); in ML_()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-linux.c | 1090 arch->vex.guest_CIA = iifii.initial_client_IP; in VG_() 1106 arch->vex.guest_CIA = iifii.initial_client_IP; in VG_()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | valgrind-low-ppc32.c | 255 case 64: VG_(transfer) (&ppc32->guest_CIA, buf, dir, size, mod); break; in transfer_register()
|
D | valgrind-low-ppc64.c | 363 case 64: VG_(transfer) (&ppc64->guest_CIA, buf, dir, size, mod); break; in transfer_register()
|