Searched refs:guest_TILEN (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_amd64.h138 ULong guest_TILEN; member in struct:__anon12037
H A Dlibvex_guest_arm.h97 UInt guest_TILEN; member in struct:__anon12038
H A Dlibvex_guest_s390x.h137 /* 400 */ ULong guest_TILEN; member in struct:__anon12041
H A Dlibvex_guest_x86.h202 UInt guest_TILEN; member in struct:__anon12042
H A Dlibvex_guest_ppc32.h206 /* 1204 */ UInt guest_TILEN; member in struct:__anon12039
H A Dlibvex_guest_ppc64.h247 /* 1352 */ ULong guest_TILEN; member in struct:__anon12040
/external/valgrind/main/VEX/priv/
H A Dmain_main.c395 offB_TILEN = offsetof(VexGuestX86State,guest_TILEN);
399 vassert(sizeof( ((VexGuestX86State*)0)->guest_TILEN ) == 4);
411 offB_TILEN = offsetof(VexGuestAMD64State,guest_TILEN);
415 vassert(sizeof( ((VexGuestAMD64State*)0)->guest_TILEN ) == 8);
427 offB_TILEN = offsetof(VexGuestPPC32State,guest_TILEN);
431 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_TILEN ) == 4);
443 offB_TILEN = offsetof(VexGuestPPC64State,guest_TILEN);
447 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_TILEN ) == 8);
460 offB_TILEN = offsetof(VexGuestS390XState,guest_TILEN);
464 vassert(sizeof( ((VexGuestS390XState*)0)->guest_TILEN )
[all...]
H A Dguest_ppc_helpers.c494 vex_state->guest_TILEN = 0;
652 vex_state->guest_TILEN = 0;
788 /* 3 */ ALWAYSDEFD32(guest_TILEN),
829 /* 3 */ ALWAYSDEFD64(guest_TILEN),
H A Dguest_arm_helpers.c963 vex_state->guest_TILEN = 0;
1105 /* 5 */ ALWAYSDEFD(guest_TILEN),
H A Dguest_s390_helpers.c130 state->guest_TILEN = 0;
221 /* 4 */ ALWAYSDEFD(guest_TILEN), /* generic */
H A Dguest_amd64_helpers.c2997 vex_state->guest_TILEN = 0;
3099 /* 13 */ ALWAYSDEFD(guest_TILEN),
H A Dguest_x86_helpers.c2710 vex_state->guest_TILEN = 0;
2813 /* 21 */ ALWAYSDEFD(guest_TILEN),
H A Dguest_ppc_toIR.c229 #define OFFB_TILEN offsetofPPCGuestState(guest_TILEN)
H A Dguest_x86_toIR.c282 #define OFFB_TILEN offsetof(VexGuestX86State,guest_TILEN)
H A Dguest_amd64_toIR.c450 #define OFFB_TILEN offsetof(VexGuestAMD64State,guest_TILEN)
H A Dguest_s390_toIR.c665 #define OFFB_TILEN S390X_GUEST_OFFSET(guest_TILEN)
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c1028 dump_translations( (Addr64)gst.guest_TISTART, gst.guest_TILEN );
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1282 VG_(threads)[tid].arch.vex.guest_TILEN,

Completed in 221 milliseconds