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

  /external/valgrind/main/VEX/pub/
libvex_guest_ppc64.h 287 VexGuestPPC64State;
298 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state );
301 /* Write the given native %CR value to the supplied VexGuestPPC64State
305 /*OUT*/VexGuestPPC64State* vex_state );
307 /* Extract from the supplied VexGuestPPC64State structure the
311 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/const VexGuestPPC64State* vex_state );
315 VexGuestPPC64State structure. Note, %XER is 32-bits even for
319 /*OUT*/VexGuestPPC64State* vex_state );
321 /* Extract from the supplied VexGuestPPC64State structure the
325 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/const VexGuestPPC64State* vex_state )
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 155 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
172 vassert( vD_off <= sizeof(VexGuestPPC64State)-8 );
234 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/const VexGuestPPC64State* vex_state )
282 /*OUT*/VexGuestPPC64State* vex_state )
320 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/const VexGuestPPC64State* vex_state )
344 /*OUT*/VexGuestPPC64State* vex_state )
520 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state )
743 Int lr_min = offsetof(VexGuestPPC64State, guest_LR);
745 Int r1_min = offsetof(VexGuestPPC64State, guest_GPR1);
747 Int r2_min = offsetof(VexGuestPPC64State, guest_GPR2)
    [all...]
guest_ppc_defs.h 44 #include "libvex_guest_ppc64.h" // VexGuestPPC64State
162 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
main_main.c 567 guest_sizeB = sizeof(VexGuestPPC64State);
570 offB_CMSTART = offsetof(VexGuestPPC64State,guest_CMSTART);
571 offB_CMLEN = offsetof(VexGuestPPC64State,guest_CMLEN);
572 offB_GUEST_IP = offsetof(VexGuestPPC64State,guest_CIA);
573 szB_GUEST_IP = sizeof( ((VexGuestPPC64State*)0)->guest_CIA );
574 offB_HOST_EvC_COUNTER = offsetof(VexGuestPPC64State,host_EvC_COUNTER);
575 offB_HOST_EvC_FAILADDR = offsetof(VexGuestPPC64State,host_EvC_FAILADDR);
577 vassert(0 == sizeof(VexGuestPPC64State) % 16);
578 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_CMSTART ) == 8);
579 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_CMLEN ) == 8)
    [all...]
guest_ppc_toIR.c 220 (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 88 typedef VexGuestPPC64State VexGuestArchState;
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc64.c 184 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 445 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
691 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
822 VexGuestPPC64State* gst = (VexGuestPPC64State*)gst_vanilla;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 66 # define MC_SIZEOF_GUEST_STATE sizeof(VexGuestPPC64State)
156 (offsetof(VexGuestPPC64State,guest_##_fieldname))
158 (sizeof(((VexGuestPPC64State*)0)->guest_##_fieldname))
    [all...]

Completed in 1064 milliseconds