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

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_ppc64.h276 VexGuestPPC64State; typedef in typeref:struct:__anon13402
287 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state );
290 /* Write the given native %CR value to the supplied VexGuestPPC64State
294 /*OUT*/VexGuestPPC64State* vex_state );
296 /* Extract from the supplied VexGuestPPC64State structure the
300 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/VexGuestPPC64State* vex_state );
304 VexGuestPPC64State structure. Note, %XER is 32-bits even for
308 /*OUT*/VexGuestPPC64State* vex_state );
310 /* Extract from the supplied VexGuestPPC64State structure the
314 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/VexGuestPPC64State* vex_stat
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c154 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
171 vassert( vD_off <= sizeof(VexGuestPPC64State)-8 );
233 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/VexGuestPPC64State* vex_state )
281 /*OUT*/VexGuestPPC64State* vex_state )
319 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/VexGuestPPC64State* vex_state )
343 /*OUT*/VexGuestPPC64State* vex_state )
509 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state )
721 Int lr_min = offsetof(VexGuestPPC64State, guest_LR);
723 Int r1_min = offsetof(VexGuestPPC64State, guest_GPR1);
725 Int r2_min = offsetof(VexGuestPPC64State, guest_GPR
[all...]
H A Dguest_ppc_defs.h157 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
H A Dmain_main.c439 guest_sizeB = sizeof(VexGuestPPC64State);
442 offB_TISTART = offsetof(VexGuestPPC64State,guest_TISTART);
443 offB_TILEN = offsetof(VexGuestPPC64State,guest_TILEN);
445 vassert(0 == sizeof(VexGuestPPC64State) % 16);
446 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_TISTART ) == 8);
447 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_TILEN ) == 8);
448 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_NRADDR ) == 8);
449 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_NRADDR_GPR2) == 8);
H A Dguest_ppc_toIR.c212 (mode64 ? offsetof(VexGuestPPC64State, _x) : \
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-ppc64-linux.c104 VexGuestPPC64State vex_shadow1;
105 VexGuestPPC64State vex_shadow2;
123 offsetof(VexGuestPPC64State,guest_LR), \
130 offsetof(VexGuestPPC64State,guest_GPR##zzn), \
/external/valgrind/main/coregrind/
H A Dm_translate.c905 Int offB_REDIR_SP = offsetof(VexGuestPPC64State,guest_REDIR_SP);
906 Int offB_REDIR_STACK = offsetof(VexGuestPPC64State,guest_REDIR_STACK);
907 Int offB_EMWARN = offsetof(VexGuestPPC64State,guest_EMWARN);
996 Int offB_REDIR_SP = offsetof(VexGuestPPC64State,guest_REDIR_SP);
997 Int offB_REDIR_STACK = offsetof(VexGuestPPC64State,guest_REDIR_STACK);
998 Int offB_EMWARN = offsetof(VexGuestPPC64State,guest_EMWARN);
1085 Int offB_GPR2 = offsetof(VexGuestPPC64State,guest_GPR2);
1086 Int offB_LR = offsetof(VexGuestPPC64State,guest_LR);
1100 Int offB_GPR2 = offsetof(VexGuestPPC64State,guest_GPR2);
1101 Int offB_LR = offsetof(VexGuestPPC64State,guest_L
[all...]
H A Dpub_core_threadstate.h85 typedef VexGuestPPC64State VexGuestArchState;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c442 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
635 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
725 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
862 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-ppc64.c184 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst);
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c1028 vg_assert(0 == sizeof(VexGuestPPC64State) % 16);
1035 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC64State));
1036 VG_(memset)(&arch->vex_shadow2, 0, sizeof(VexGuestPPC64State));
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c66 # define VexGuestState VexGuestPPC64State
/external/valgrind/main/memcheck/
H A Dmc_machine.c65 # define MC_SIZEOF_GUEST_STATE sizeof(VexGuestPPC64State)
140 (offsetof(VexGuestPPC64State,guest_##_fieldname))
142 (sizeof(((VexGuestPPC64State*)0)->guest_##_fieldname))
960 if (arr->base == offsetof(VexGuestPPC64State,guest_REDIR_STACK[0])

Completed in 198 milliseconds