VirtualBox

Changeset 60428 in vbox for trunk/include


Ignore:
Timestamp:
Apr 11, 2016 2:33:04 PM (9 years ago)
Author:
vboxsync
Message:

VMM/APIC: fixes with APIC base MSR initialization and nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/apic.h

    r60398 r60428  
    4949#define MSR_APICBASE_BOOTSTRAP_CPU_BIT       RT_BIT_64(8)
    5050/** The default APIC base address. */
    51 #define XAPIC_APICBASE_PHYSADDR              (UINT64_C(0xfee00000) << PAGE_SHIFT)
     51#define XAPIC_APICBASE_PHYSADDR              UINT64_C(0xfee00000)
    5252/** The APIC base MSR - Is the APIC enabled?  */
    5353#define MSR_APICBASE_IS_ENABLED(a_Msr)       RT_BOOL((a_Msr) & MSR_APICBASE_XAPIC_ENABLE_BIT)
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