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

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp369 char szTSCMode[32]; local
370 rc = CFGMR3QueryString(pCfgHandle, "TSCMode", szTSCMode, sizeof(szTSCMode));
384 if (!RTStrCmp(szTSCMode, "VirtTSCEmulated"))
386 else if (!RTStrCmp(szTSCMode, "RealTSCOffset"))
388 else if (!RTStrCmp(szTSCMode, "Dynamic"))
391 return VMSetError(pVM, rc, RT_SRC_POS, N_("Configuration error: Unrecognized TM TSC mode value \"%s\""), szTSCMode);

Completed in 53 milliseconds