VirtualBox

Changeset 3941 in vbox for trunk/include


Ignore:
Timestamp:
Jul 31, 2007 1:10:21 PM (17 years ago)
Author:
vboxsync
Message:

introduced symbolic constants for CPUID vendor information

File:
1 edited

Legend:

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

    r3913 r3941  
    274274typedef const X86CPUIDFEATEDX *PCX86CPUIDFEATEDX;
    275275
     276/** @name CPUID Vendor information.
     277 * CPUID query with EAX=0.
     278 * @{
     279 */
     280#define X86_CPUID_VENDOR_INTEL_1        0x756e6547      /* Genu */
     281#define X86_CPUID_VENDOR_INTEL_2        0x49656e69      /* ineI */
     282#define X86_CPUID_VENDOR_INTEL_3        0x6c65746e      /* ntel */
     283
     284#define X86_CPUID_VENDOR_AMD_1          0x68747541      /* Auth */
     285#define X86_CPUID_VENDOR_AMD_2          0x69746e65      /* enti */
     286#define X86_CPUID_VENDOR_AMD_3          0x444d4163      /* cAMD */
     287/** @} */
     288
    276289
    277290/** @name CPUID Feature information.
Note: See TracChangeset for help on using the changeset viewer.

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