VirtualBox

Changeset 48357 in vbox


Ignore:
Timestamp:
Sep 6, 2013 1:57:41 PM (11 years ago)
Author:
vboxsync
Message:

The intel_pstate Linux driver depends on these two MSRs

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r48284 r48357  
    973973/** Get FSB clock status (Intel-specific). */
    974974#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
    975980
    976981/** MTRR Capabilities. */
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r48308 r48357  
    11441144        case MSR_IA32_PMC1:
    11451145        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 */
    11461148        /*case MSR_IA32_BIOS_UPDT_TRIG: - write-only? */
    11471149        case MSR_RAPL_POWER_UNIT:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette