Lines Matching defs:pfTakesValue

1847  * @param   pfTakesValue    Whether this MSR function takes a value or not.
1850 static const char *getMsrFnName(uint32_t uMsr, bool *pfTakesValue)
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 = true;
1911 case 0x000000cd: *pfTakesValue = true; return "IntelP6FsbFrequency";
1919 case 0x000000fe: *pfTakesValue = true; return "Ia32MtrrCap";
1920 case 0x00000119: *pfTakesValue = true; return "IntelBblCrCtl";
1921 case 0x0000011e: *pfTakesValue = true; return "IntelBblCrCtl3";
1940 case 0x00000179: *pfTakesValue = true; return "Ia32McgCap";
1947 case 0x00000194: if (g_fIntelNetBurst) break; *pfTakesValue = true; return "IntelFlexRatio";
1948 case 0x00000198: *pfTakesValue = true; return "Ia32PerfStatus";
1949 case 0x00000199: *pfTakesValue = true; return "Ia32PerfCtl";
1950 case 0x0000019a: *pfTakesValue = true; return "Ia32ClockModulation";
1951 case 0x0000019b: *pfTakesValue = true; return "Ia32ThermInterrupt";
1952 case 0x0000019c: *pfTakesValue = true; return "Ia32ThermStatus";
1953 case 0x0000019d: *pfTakesValue = true; return "Ia32Therm2Ctl";
1954 case 0x000001a0: *pfTakesValue = true; return "Ia32MiscEnable";
1955 case 0x000001a2: *pfTakesValue = true; return "IntelI7TemperatureTarget";
1959 case 0x000001ad: *pfTakesValue = true; return "IntelI7TurboRatioLimit"; /* SandyBridge+, Silvermount+ */
1995 case 0x00000277: *pfTakesValue = true; return "Ia32Pat";
2012 case 0x00000345: *pfTakesValue = true; return "Ia32PerfCapabilities";
2015 case 0x0000038e: *pfTakesValue = true; return "Ia32PerfGlobalStatus";
2045 case 0x00000480: *pfTakesValue = true; return "Ia32VmxBase";
2046 case 0x00000481: *pfTakesValue = true; return "Ia32VmxPinbasedCtls";
2047 case 0x00000482: *pfTakesValue = true; return "Ia32VmxProcbasedCtls";
2048 case 0x00000483: *pfTakesValue = true; return "Ia32VmxExitCtls";
2049 case 0x00000484: *pfTakesValue = true; return "Ia32VmxEntryCtls";
2050 case 0x00000485: *pfTakesValue = true; return "Ia32VmxMisc";
2051 case 0x00000486: *pfTakesValue = true; return "Ia32VmxCr0Fixed0";
2052 case 0x00000487: *pfTakesValue = true; return "Ia32VmxCr0Fixed1";
2053 case 0x00000488: *pfTakesValue = true; return "Ia32VmxCr4Fixed0";
2054 case 0x00000489: *pfTakesValue = true; return "Ia32VmxCr4Fixed1";
2055 case 0x0000048a: *pfTakesValue = true; return "Ia32VmxVmcsEnum";
2056 case 0x0000048b: *pfTakesValue = true; return "Ia32VmxProcBasedCtls2";
2057 case 0x0000048c: *pfTakesValue = true; return "Ia32VmxEptVpidCap";
2058 case 0x0000048d: *pfTakesValue = true; return "Ia32VmxTruePinbasedCtls";
2059 case 0x0000048e: *pfTakesValue = true; return "Ia32VmxTrueProcbasedCtls";
2060 case 0x0000048f: *pfTakesValue = true; return "Ia32VmxTrueExitCtls";
2061 case 0x00000490: *pfTakesValue = true; return "Ia32VmxTrueEntryCtls";
2155 case 0xc0010010: *pfTakesValue = true; return "AmdK8SysCfg";
2166 case 0xc001003e: *pfTakesValue = true; return "AmdK8HwThermalCtrl";
2168 case 0xc0010041: *pfTakesValue = true; return "AmdK8FidVidControl";
2169 case 0xc0010042: *pfTakesValue = true; return "AmdK8FidVidStatus";
2180 case 0xc0010061: *pfTakesValue = true; return "AmdFam10hPStateCurLimit";
2181 case 0xc0010062: *pfTakesValue = true; return "AmdFam10hPStateControl";
2182 case 0xc0010063: *pfTakesValue = true; return "AmdFam10hPStateStatus";
2185 *pfTakesValue = true; return "AmdFam10hPStateN";
2186 case 0xc0010070: *pfTakesValue = true; return "AmdFam10hCofVidControl";
2187 case 0xc0010071: *pfTakesValue = true; return "AmdFam10hCofVidStatus";
2206 case 0xc0010140: *pfTakesValue = true; return "AmdFam10hOsVisWrkIdLength";
2207 case 0xc0010141: *pfTakesValue = true; return "AmdFam10hOsVisWrkStatus";
2226 case 0xc0011000: *pfTakesValue = true; return "AmdK7MicrocodeCtl";
2227 case 0xc0011001: *pfTakesValue = true; return "AmdK7ClusterIdMaybe";