VirtualBox

Changeset 47839 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 19, 2013 11:12:55 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88115
Message:

x86.h: APICBASE fields.

File:
1 edited

Legend:

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

    r47738 r47839  
    922922
    923923#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)
    925934#endif
    926935
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette