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

  /external/valgrind/main/VEX/pub/
libvex_guest_ppc64.h 289 VexGuestPPC64State;
300 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state );
303 /* Write the given native %CR value to the supplied VexGuestPPC64State
307 /*OUT*/VexGuestPPC64State* vex_state );
309 /* Extract from the supplied VexGuestPPC64State structure the
313 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/VexGuestPPC64State* vex_state );
317 VexGuestPPC64State structure. Note, %XER is 32-bits even for
321 /*OUT*/VexGuestPPC64State* vex_state );
323 /* Extract from the supplied VexGuestPPC64State structure the
327 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/VexGuestPPC64State* vex_state )
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 154 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 )
518 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state )
738 Int lr_min = offsetof(VexGuestPPC64State, guest_LR);
740 Int r1_min = offsetof(VexGuestPPC64State, guest_GPR1);
742 Int r2_min = offsetof(VexGuestPPC64State, guest_GPR2)
    [all...]
guest_ppc_defs.h 156 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
main_main.c 496 guest_sizeB = sizeof(VexGuestPPC64State);
499 offB_TISTART = offsetof(VexGuestPPC64State,guest_TISTART);
500 offB_TILEN = offsetof(VexGuestPPC64State,guest_TILEN);
501 offB_GUEST_IP = offsetof(VexGuestPPC64State,guest_CIA);
502 szB_GUEST_IP = sizeof( ((VexGuestPPC64State*)0)->guest_CIA );
503 offB_HOST_EvC_COUNTER = offsetof(VexGuestPPC64State,host_EvC_COUNTER);
504 offB_HOST_EvC_FAILADDR = offsetof(VexGuestPPC64State,host_EvC_FAILADDR);
506 vassert(0 == sizeof(VexGuestPPC64State) % 16);
507 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_TISTART ) == 8);
508 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_TILEN ) == 8)
    [all...]
guest_ppc_toIR.c 212 (mode64 ? offsetof(VexGuestPPC64State, _x) : \
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc64-linux.c 104 VexGuestPPC64State vex_shadow1;
105 VexGuestPPC64State vex_shadow2;
123 offsetof(VexGuestPPC64State,guest_LR), \
130 offsetof(VexGuestPPC64State,guest_GPR##zzn), \
  /external/valgrind/main/coregrind/
m_translate.c     [all...]
pub_core_threadstate.h 85 typedef VexGuestPPC64State VexGuestArchState;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 443 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
659 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
770 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc64.c 184 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst);
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/main/VEX/switchback/
switchback.c 66 # define VexGuestState VexGuestPPC64State
  /external/valgrind/main/memcheck/
mc_machine.c 66 # define MC_SIZEOF_GUEST_STATE sizeof(VexGuestPPC64State)
146 (offsetof(VexGuestPPC64State,guest_##_fieldname))
148 (sizeof(((VexGuestPPC64State*)0)->guest_##_fieldname))
    [all...]

Completed in 168 milliseconds