Home
last modified time | relevance | path

Searched refs:VexGuestPPC64State (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_guest_ppc64.h302 VexGuestPPC64State; typedef
313 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state );
320 /*OUT*/VexGuestPPC64State* vex_state );
326 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/const VexGuestPPC64State* vex_state );
334 /*OUT*/VexGuestPPC64State* vex_state );
340 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/const VexGuestPPC64State* vex_state );
/external/valgrind/VEX/priv/
Dguest_ppc_helpers.c155 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst, in ppc64g_dirtyhelper_LVS()
174 vassert( vD_off <= sizeof(VexGuestPPC64State)-8 ); in ppc64g_dirtyhelper_LVS()
460 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/const VexGuestPPC64State* vex_state ) in LibVEX_GuestPPC64_get_CR()
508 /*OUT*/VexGuestPPC64State* vex_state ) in LibVEX_GuestPPC64_put_CR()
548 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/const VexGuestPPC64State* vex_state ) in LibVEX_GuestPPC64_get_XER()
576 /*OUT*/VexGuestPPC64State* vex_state ) in LibVEX_GuestPPC64_put_XER()
759 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state ) in LibVEX_GuestPPC64_initialise()
986 Int lr_min = offsetof(VexGuestPPC64State, guest_LR); in guest_ppc64_state_requires_precise_mem_exns()
988 Int r1_min = offsetof(VexGuestPPC64State, guest_GPR1); in guest_ppc64_state_requires_precise_mem_exns()
990 Int r2_min = offsetof(VexGuestPPC64State, guest_GPR2); in guest_ppc64_state_requires_precise_mem_exns()
[all …]
Dmain_main.c421 offB_CMSTART = offsetof(VexGuestPPC64State,guest_CMSTART); in LibVEX_FrontEnd()
422 offB_CMLEN = offsetof(VexGuestPPC64State,guest_CMLEN); 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()
427 vassert(0 == sizeof(VexGuestPPC64State) % LibVEX_GUEST_STATE_ALIGN); in LibVEX_FrontEnd()
428 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_CMSTART ) == 8); in LibVEX_FrontEnd()
429 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_CMLEN ) == 8); in LibVEX_FrontEnd()
430 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_NRADDR ) == 8); in LibVEX_FrontEnd()
431 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_NRADDR_GPR2) == 8); in LibVEX_FrontEnd()
801 guest_sizeB = sizeof(VexGuestPPC64State); in libvex_BackEnd()
[all …]
Dguest_ppc_defs.h173 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
Dguest_ppc_toIR.c269 (mode64 ? offsetof(VexGuestPPC64State, _x) : \
/external/valgrind/coregrind/
Dm_translate.c1023 Int offB_REDIR_SP = offsetof(VexGuestPPC64State,guest_REDIR_SP); in gen_PUSH()
1024 Int offB_REDIR_STACK = offsetof(VexGuestPPC64State,guest_REDIR_STACK); in gen_PUSH()
1025 Int offB_EMNOTE = offsetof(VexGuestPPC64State,guest_EMNOTE); in gen_PUSH()
1026 Int offB_CIA = offsetof(VexGuestPPC64State,guest_CIA); in gen_PUSH()
1117 Int offB_REDIR_SP = offsetof(VexGuestPPC64State,guest_REDIR_SP); in gen_POP()
1118 Int offB_REDIR_STACK = offsetof(VexGuestPPC64State,guest_REDIR_STACK); in gen_POP()
1119 Int offB_EMNOTE = offsetof(VexGuestPPC64State,guest_EMNOTE); in gen_POP()
1120 Int offB_CIA = offsetof(VexGuestPPC64State,guest_CIA); in gen_POP()
1213 Int offB_GPR2 = offsetof(VexGuestPPC64State,guest_GPR2); in gen_push_and_set_LR_R2()
1214 Int offB_LR = offsetof(VexGuestPPC64State,guest_LR); in gen_push_and_set_LR_R2()
[all …]
Dm_main.c2339 offsetof(VexGuestPPC64State, guest_GPR3), in final_tidyup()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc64-linux.c103 VexGuestPPC64State vex_shadow1;
104 VexGuestPPC64State vex_shadow2;
122 offsetof(VexGuestPPC64State,guest_LR), \
129 offsetof(VexGuestPPC64State,guest_GPR##zzn), \
/external/valgrind/include/
Dpub_tool_guest.h51 typedef VexGuestPPC64State VexGuestArchState;
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-ppc64.c263 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst); in transfer_register()
491 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*)&tst->arch.vex; in target_get_dtv()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c1093 vg_assert(0 == sizeof(VexGuestPPC64State) % LibVEX_GUEST_STATE_ALIGN); in VG_()
1100 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC64State)); in VG_()
1101 VG_(memset)(&arch->vex_shadow2, 0, sizeof(VexGuestPPC64State)); in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c501 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla; in getSyscallArgsFromGuestState()
812 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla; in putSyscallArgsIntoGuestState()
980 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla; in getSyscallStatusFromGuestState()
1156 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla; in putSyscallStatusIntoGuestState()
/external/valgrind/memcheck/
Dmc_machine.c115 (offsetof(VexGuestPPC64State,guest_##_fieldname)) in get_otrack_shadow_offset_wrk()
117 (sizeof(((VexGuestPPC64State*)0)->guest_##_fieldname)) in get_otrack_shadow_offset_wrk()
1274 if (arr->base == offsetof(VexGuestPPC64State,guest_REDIR_STACK[0]) in MC_()