Changeset 60428 in vbox for trunk/include
- Timestamp:
- Apr 11, 2016 2:33:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/apic.h
r60398 r60428 49 49 #define MSR_APICBASE_BOOTSTRAP_CPU_BIT RT_BIT_64(8) 50 50 /** The default APIC base address. */ 51 #define XAPIC_APICBASE_PHYSADDR (UINT64_C(0xfee00000) << PAGE_SHIFT)51 #define XAPIC_APICBASE_PHYSADDR UINT64_C(0xfee00000) 52 52 /** The APIC base MSR - Is the APIC enabled? */ 53 53 #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.