VirtualBox

Changeset 12971 in vbox for trunk/include


Ignore:
Timestamp:
Oct 3, 2008 11:06:57 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37404
Message:

x2APIC bits definitions

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cpum.h

    r12728 r12971  
    582582    /** The PAT feature bit. (Std+Ext) */
    583583    CPUMCPUIDFEATURE_PAT,
     584    /** The x2APIC  feature bit. (Std) */
     585    CPUMCPUIDFEATURE_X2APIC,
    584586    /** 32bit hackishness. */
    585587    CPUMCPUIDFEATURE_32BIT_HACK = 0x7fffffff
  • trunk/include/VBox/x86.h

    r12795 r12971  
    350350/** ECX Bit 14 - xTPR Update Control. Processor supports changing IA32_MISC_ENABLES[bit 23]. */
    351351#define X86_CPUID_FEATURE_ECX_TPRUPDATE RT_BIT(14)
     352/** ECX Bit 21 - x2APIC support. */
     353#define X86_CPUID_FEATURE_ECX_X2APIC    RT_BIT(21)
    352354/** ECX Bit 23 - POPCOUNT instruction. */
    353355#define X86_CPUID_FEATURE_ECX_POPCOUNT  RT_BIT(23)
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