Searched defs:VexGuestArchState (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h79 typedef VexGuestX86State VexGuestArchState; typedef
81 typedef VexGuestAMD64State VexGuestArchState; typedef
83 typedef VexGuestPPC32State VexGuestArchState; typedef
85 typedef VexGuestPPC64State VexGuestArchState; typedef
87 typedef VexGuestARMState VexGuestArchState; typedef
89 typedef VexGuestS390XState VexGuestArchState; typedef
110 VexGuestArchState vex __attribute__((aligned(16)));
113 VexGuestArchState vex_shadow1 __attribute__((aligned(16)));
114 VexGuestArchState vex_shadow2 __attribute__((aligned(16)));

Completed in 51 milliseconds