Home
last modified time | relevance | path

Searched refs:guest_CIA (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc64-linux.c211 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_()
Dsigframe-ppc32-linux.c152 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/
Dguest_ppc_helpers.c698 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),
Dmain_main.c406 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()
Dguest_ppc_toIR.c272 #define OFFB_CIA offsetofPPCGuestState(guest_CIA)
/external/valgrind/coregrind/
Dpub_core_machine.h124 # define VG_INSTR_PTR guest_CIA
128 # define VG_INSTR_PTR guest_CIA
Dm_translate.c1026 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()
Dm_machine.c80 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/
Dlibvex_guest_ppc32.h169 /* 1152 */ UInt guest_CIA; // IP (no arch visible register) member
Dlibvex_guest_ppc64.h207 /* 1280 */ ULong guest_CIA; // IP (no arch visible register) member
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c310 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/
Dsyswrap-main.c2263 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/
Dinitimg-linux.c1090 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/
Dvalgrind-low-ppc32.c255 case 64: VG_(transfer) (&ppc32->guest_CIA, buf, dir, size, mod); break; in transfer_register()
Dvalgrind-low-ppc64.c363 case 64: VG_(transfer) (&ppc64->guest_CIA, buf, dir, size, mod); break; in transfer_register()