Changeset 47839 in vbox for trunk/include/iprt
- Timestamp:
- Aug 19, 2013 11:12:55 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88115
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r47738 r47839 922 922 923 923 #ifndef MSR_IA32_APICBASE /* qemu cpu.h kludge */ 924 #define MSR_IA32_APICBASE 0x1b 924 # define MSR_IA32_APICBASE 0x1b 925 /** Local APIC enabled. */ 926 # define MSR_IA32_APICBASE_EN RT_BIT_64(11) 927 /** X2APIC enabled (requires the EN bit to be set). */ 928 # define MSR_IA32_APICBASE_EXTD RT_BIT_64(10) 929 /** The processor is the boot strap processor (BSP). */ 930 # define MSR_IA32_APICBASE_BSP RT_BIT_64(8) 931 /** Minimum base address mask, consult CPUID leaf 0x80000008 for the actual 932 * width. */ 933 # define MSR_IA32_APICBASE_BASE_MIN UINT64_C(0x0000000ffffff000) 925 934 #endif 926 935
Note:
See TracChangeset
for help on using the changeset viewer.