Searched refs:fTSCModeSwitchAllowed (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp400 rc = CFGMR3QueryBool(pCfgHandle, "TSCModeSwitchAllowed", &pVM->tm.s.fTSCModeSwitchAllowed);
404 pVM->tm.s.fTSCModeSwitchAllowed = true;
1051 pVM->tm.s.fTSCModeSwitchAllowed &= tmR3HasFixedTSC(pVM) && GIMIsEnabled(pVM) && HMIsEnabled(pVM);
1052 LogRel(("TM: TMR3InitFinalize: fTSCModeSwitchAllowed=%RTbool\n", pVM->tm.s.fTSCModeSwitchAllowed));
1169 if ( pVM->tm.s.fTSCModeSwitchAllowed
3089 AssertPtr(pVM); Assert(pVM->tm.s.fTSCModeSwitchAllowed); NOREF(pVCpuEmt); NOREF(pvData);
3136 if (pVM->tm.s.fTSCModeSwitchAllowed)
3155 AssertPtr(pVM); Assert(pVM->tm.s.fTSCModeSwitchAllowed); NOREF(pVCpuEmt);
3194 if ( pVM->tm.s.fTSCModeSwitchAllowed
[all...]
/vbox/src/VBox/VMM/include/
H A DTMInternal.h368 bool fTSCModeSwitchAllowed; member in struct:TM

Completed in 832 milliseconds