Searched refs:fTSCTiedToExecution (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DTMInternal.h363 bool fTSCTiedToExecution; member in struct:TM
364 /** Modifier for fTSCTiedToExecution which pauses the TSC while halting if true.
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp127 if (pVM->tm.s.fTSCTiedToExecution)
146 if (pVM->tm.s.fTSCTiedToExecution)
198 if ( pVM->tm.s.fTSCTiedToExecution
218 if ( pVM->tm.s.fTSCTiedToExecution
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp444 rc = CFGMR3QueryBoolDef(pCfgHandle, "TSCTiedToExecution", &pVM->tm.s.fTSCTiedToExecution, false);
448 if (pVM->tm.s.fTSCTiedToExecution)
607 pVM->tm.s.fTSCTiedToExecution, pVM->tm.s.fTSCNotTiedToHalt));
2756 if (!pVM->tm.s.fTSCTiedToExecution)
2805 if (!pVM->tm.s.fTSCTiedToExecution)
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1014 GEN_CHECK_OFF(TM, fTSCTiedToExecution);

Completed in 1172 milliseconds