Changeset 61044 in vbox
- Timestamp:
- May 19, 2016 12:40:08 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/apic.h
r61041 r61044 40 40 #define MSR_APICBASE_GET_MODE(a) (((a) >> 10) & UINT64_C(3)) 41 41 /** The APIC global enable bit. */ 42 /** @todo r=bird: Please do N O T use _BIT for what clearly are masks! 43 * See x86.h and vm.h for examples of how we use _BIT elsewhere! 44 * Besides, you are duplicating existing x86.h defines here 45 * (MSR_IA32_APICBASE_XXX). */ 42 46 #define MSR_APICBASE_XAPIC_ENABLE_BIT RT_BIT_64(11) 43 47 /** The x2APIC global enable bit. */
Note:
See TracChangeset
for help on using the changeset viewer.