Changeset 48357 in vbox
- Timestamp:
- Sep 6, 2013 1:57:41 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/iprt/x86.h (modified) (1 diff)
-
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r48284 r48357 973 973 /** Get FSB clock status (Intel-specific). */ 974 974 #define MSR_IA32_FSB_CLOCK_STS 0xCD 975 976 /** C0 Maximum Frequency Clock Count */ 977 #define MSR_IA32_MPERF 0xE7 978 /** C0 Actual Frequency Clock Count */ 979 #define MSR_IA32_APERF 0xE8 975 980 976 981 /** MTRR Capabilities. */ -
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r48308 r48357 1144 1144 case MSR_IA32_PMC1: 1145 1145 case MSR_IA32_PLATFORM_ID: /* fam/mod >= 6_01 */ 1146 case MSR_IA32_MPERF: /* intel_pstate depends on this but does a validation test */ 1147 case MSR_IA32_APERF: /* intel_pstate depends on this but does a validation test */ 1146 1148 /*case MSR_IA32_BIOS_UPDT_TRIG: - write-only? */ 1147 1149 case MSR_RAPL_POWER_UNIT:
Note:
See TracChangeset
for help on using the changeset viewer.

