Searched defs:pfTakesValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp1847 * @param pfTakesValue Whether this MSR function takes a value or not.
1850 static const char *getMsrFnName(uint32_t uMsr, bool *pfTakesValue) argument
1853 if (!pfTakesValue)
1854 pfTakesValue = &fTmp;
1856 *pfTakesValue = false;
1867 case 0x00000017: *pfTakesValue = true; return "Ia32PlatformId";
1869 case 0x0000002a: *pfTakesValue = true; return g_fIntelNetBurst ? "IntelP4EbcHardPowerOn" : "IntelEblCrPowerOn";
1870 case 0x0000002b: *pfTakesValue = true; return g_fIntelNetBurst ? "IntelP4EbcSoftPowerOn" : NULL;
1871 case 0x0000002c: *pfTakesValue = true; return g_fIntelNetBurst ? "IntelP4EbcFrequencyId" : NULL;
1895 *pfTakesValue
[all...]

Completed in 78 milliseconds