Searched refs:guest_CMSTART (Results 1 - 25 of 25) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_guest_amd64.h145 ULong guest_CMSTART; member in struct:__anon28737
H A Dlibvex_guest_arm.h98 UInt guest_CMSTART; member in struct:__anon28738
H A Dlibvex_guest_s390x.h135 /* 392 */ ULong guest_CMSTART; member in struct:__anon28744
H A Dlibvex_guest_arm64.h138 ULong guest_CMSTART; member in struct:__anon28739
H A Dlibvex_guest_mips32.h139 /* 436 */ UInt guest_CMSTART; member in struct:__anon28740
H A Dlibvex_guest_mips64.h146 /* 592 */ ULong guest_CMSTART; member in struct:__anon28741
H A Dlibvex_guest_x86.h204 UInt guest_CMSTART; member in struct:__anon28745
H A Dlibvex_guest_ppc64.h262 /* 1348 */ ULong guest_CMSTART; member in struct:__anon28743
H A Dlibvex_guest_ppc32.h221 /* 1204 */ UInt guest_CMSTART; member in struct:__anon28742
/external/valgrind/VEX/priv/
H A Dmain_main.c370 offB_CMSTART = offsetof(VexGuestX86State,guest_CMSTART);
376 vassert(sizeof( ((VexGuestX86State*)0)->guest_CMSTART) == 4);
387 offB_CMSTART = offsetof(VexGuestAMD64State,guest_CMSTART);
393 vassert(sizeof( ((VexGuestAMD64State*)0)->guest_CMSTART ) == 8);
404 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART);
410 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMSTART ) == 4);
421 offB_CMSTART = offsetof(VexGuestPPC64State,guest_CMSTART);
428 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_CMSTART ) == 8);
440 offB_CMSTART = offsetof(VexGuestS390XState,guest_CMSTART);
446 vassert(sizeof( ((VexGuestS390XState*)0)->guest_CMSTART )
[all...]
H A Dguest_mips_helpers.c153 vex_state->guest_CMSTART = 0;
266 vex_state->guest_CMSTART = 0;
392 /* 3 */ ALWAYSDEFD32(guest_CMSTART),
419 /* 2 */ ALWAYSDEFD64 (guest_CMSTART),
H A Dguest_ppc_helpers.c738 vex_state->guest_CMSTART = 0;
907 vex_state->guest_CMSTART = 0;
1054 /* 2 */ ALWAYSDEFD32(guest_CMSTART),
1096 /* 2 */ ALWAYSDEFD64(guest_CMSTART),
H A Dguest_arm_helpers.c1293 vex_state->guest_CMSTART = 0;
1439 /* 4 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_s390_helpers.c131 state->guest_CMSTART = 0;
230 /* 3 */ ALWAYSDEFD(guest_CMSTART), /* generic */
H A Dguest_x86_helpers.c2873 vex_state->guest_CMSTART = 0;
2981 /* 20 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_arm64_helpers.c1852 //ZZ vex_state->guest_CMSTART = 0;
1996 /* 4 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_amd64_helpers.c4406 vex_state->guest_CMSTART = 0;
4513 /* 12 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_s390_toIR.c11076 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART),
11107 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART),
11186 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART), mkU64(guest_IA_curr_instr)));
16695 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART),
H A Dguest_mips_toIR.c12227 stmt(IRStmt_Put(offsetof(VexGuestMIPS64State, guest_CMSTART),
12234 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_CMSTART),
H A Dguest_arm64_toIR.c1147 #define OFFB_CMSTART offsetof(VexGuestARM64State,guest_CMSTART)
H A Dguest_x86_toIR.c278 #define OFFB_CMSTART offsetof(VexGuestX86State,guest_CMSTART)
H A Dguest_arm_toIR.c496 #define OFFB_CMSTART offsetof(VexGuestARMState,guest_CMSTART)
H A Dguest_ppc_toIR.c289 #define OFFB_CMSTART offsetofPPCGuestState(guest_CMSTART)
[all...]
H A Dguest_amd64_toIR.c442 #define OFFB_CMSTART offsetof(VexGuestAMD64State,guest_CMSTART)
[all...]
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1587 (Addr)VG_(threads)[tid].arch.vex.guest_CMSTART,
1596 void* start = (void*)VG_(threads)[tid].arch.vex.guest_CMSTART;

Completed in 644 milliseconds