VirtualBox

Changeset 82816 in vbox for trunk/include/iprt/x86.h


Ignore:
Timestamp:
Jan 22, 2020 4:11:30 AM (5 years ago)
Author:
vboxsync
Message:

iprt/x86.h: Correct x2APIC MSR range from 0xBFF to 0x8FF. Intel corrected this in their Jan 2019 SDM, before then they mention 0xBFF (most likely a typo on their part).

File:
1 edited

Legend:

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

    r82810 r82816  
    17231723#define MSR_IA32_X2APIC_SELF_IPI            0x83F
    17241724/** X2APIC MSR range end. */
    1725 #define MSR_IA32_X2APIC_END                 0xBFF
     1725#define MSR_IA32_X2APIC_END                 0x8FF
    17261726/** X2APIC MSR - LVT start range. */
    17271727#define MSR_IA32_X2APIC_LVT_START           MSR_IA32_X2APIC_LVT_TIMER
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