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

12

/external/valgrind/VEX/pub/
H A Dlibvex_guest_amd64.h144 ULong guest_CMSTART; member in struct:__anon15724
H A Dlibvex_guest_arm.h98 UInt guest_CMSTART; member in struct:__anon15725
H A Dlibvex_guest_s390x.h135 /* 392 */ ULong guest_CMSTART; member in struct:__anon15731
H A Dlibvex_guest_x86.h203 UInt guest_CMSTART; member in struct:__anon15733
H A Dlibvex_guest_arm64.h138 ULong guest_CMSTART; member in struct:__anon15726
H A Dlibvex_guest_mips32.h135 /* 428 */ UInt guest_CMSTART; member in struct:__anon15727
H A Dlibvex_guest_mips64.h140 ULong guest_CMSTART; /* 576 */ member in struct:__anon15728
H A Dlibvex_guest_tilegx.h116 /* 536 */ ULONG guest_CMSTART; member in struct:__anon15732
H A Dlibvex_guest_ppc32.h213 /* 1200 */ UInt guest_CMSTART; member in struct:__anon15729
H A Dlibvex_guest_ppc64.h255 /* 1344 */ ULong guest_CMSTART; member in struct:__anon15730
/external/valgrind/VEX/priv/
H A Dmain_main.c604 offB_CMSTART = offsetof(VexGuestX86State,guest_CMSTART);
612 vassert(sizeof( ((VexGuestX86State*)0)->guest_CMSTART) == 4);
625 offB_CMSTART = offsetof(VexGuestAMD64State,guest_CMSTART);
633 vassert(sizeof( ((VexGuestAMD64State*)0)->guest_CMSTART ) == 8);
646 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART);
654 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMSTART ) == 4);
667 offB_CMSTART = offsetof(VexGuestPPC64State,guest_CMSTART);
676 vassert(sizeof( ((VexGuestPPC64State*)0)->guest_CMSTART ) == 8);
690 offB_CMSTART = offsetof(VexGuestS390XState,guest_CMSTART);
698 vassert(sizeof( ((VexGuestS390XState*)0)->guest_CMSTART )
[all...]
H A Dguest_tilegx_helpers.c118 vex_state->guest_CMSTART = 0;
121 vex_state->guest_CMSTART = 0;
201 /* 3 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_mips_helpers.c153 vex_state->guest_CMSTART = 0;
261 vex_state->guest_CMSTART = 0;
382 /* 3 */ ALWAYSDEFD32(guest_CMSTART),
409 /* 2 */ ALWAYSDEFD64 (guest_CMSTART),
H A Dguest_ppc_helpers.c512 vex_state->guest_CMSTART = 0;
679 vex_state->guest_CMSTART = 0;
824 /* 2 */ ALWAYSDEFD32(guest_CMSTART),
865 /* 2 */ ALWAYSDEFD64(guest_CMSTART),
H A Dguest_arm_helpers.c1034 vex_state->guest_CMSTART = 0;
1180 /* 4 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_s390_helpers.c131 state->guest_CMSTART = 0;
230 /* 3 */ ALWAYSDEFD(guest_CMSTART), /* generic */
H A Dguest_arm64_helpers.c1252 //ZZ vex_state->guest_CMSTART = 0;
1396 /* 4 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_x86_helpers.c2760 vex_state->guest_CMSTART = 0;
2866 /* 20 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_amd64_helpers.c3969 vex_state->guest_CMSTART = 0;
4076 /* 12 */ ALWAYSDEFD(guest_CMSTART),
H A Dguest_tilegx_toIR.c371 stmt(IRStmt_Put(offsetof(VexGuestTILEGXState, guest_CMSTART),
H A Dguest_s390_toIR.c10957 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART),
10988 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART),
11062 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART), mkU64(guest_IA_curr_instr)));
16457 stmt(IRStmt_Put(S390X_GUEST_OFFSET(guest_CMSTART),
H A Dguest_mips_toIR.c12140 stmt(IRStmt_Put(offsetof(VexGuestMIPS64State, guest_CMSTART),
12147 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_CMSTART),
H A Dguest_arm64_toIR.c1146 #define OFFB_CMSTART offsetof(VexGuestARM64State,guest_CMSTART)
H A Dguest_x86_toIR.c278 #define OFFB_CMSTART offsetof(VexGuestX86State,guest_CMSTART)
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1557 (Addr)VG_(threads)[tid].arch.vex.guest_CMSTART,
1566 void* start = (void*)VG_(threads)[tid].arch.vex.guest_CMSTART;

Completed in 1342 milliseconds

12