VirtualBox

Changeset 60313 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 4, 2016 5:31:43 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106377
Message:

iprt/x86.*: updates

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r60228 r60313  
    471471/** Bit 3 - PSE - Page Size Extension. */
    472472#define X86_CPUID_FEATURE_EDX_PSE       RT_BIT_32(3)
     473#define X86_CPUID_FEATURE_EDX_PSE_BIT             3     /**< Bit number for X86_CPUID_FEATURE_EDX_PSE. */
    473474/** Bit 4 - TSC - Time Stamp Counter. */
    474475#define X86_CPUID_FEATURE_EDX_TSC       RT_BIT_32(4)
     
    477478/** Bit 6 - PAE - Physical Address Extension. */
    478479#define X86_CPUID_FEATURE_EDX_PAE       RT_BIT_32(6)
    479 #define X86_CPUID_FEATURE_EDX_PAE_BIT   6
     480#define X86_CPUID_FEATURE_EDX_PAE_BIT             6     /**< Bit number for X86_CPUID_FEATURE_EDX_PAE. */
    480481/** Bit 7 - MCE - Machine Check Exception. */
    481482#define X86_CPUID_FEATURE_EDX_MCE       RT_BIT_32(7)
  • trunk/include/iprt/x86.mac

    r60087 r60313  
    9292%define X86_CPUID_FEATURE_EDX_DE        RT_BIT_32(2)
    9393%define X86_CPUID_FEATURE_EDX_PSE       RT_BIT_32(3)
     94%define X86_CPUID_FEATURE_EDX_PSE_BIT             3
    9495%define X86_CPUID_FEATURE_EDX_TSC       RT_BIT_32(4)
    9596%define X86_CPUID_FEATURE_EDX_MSR       RT_BIT_32(5)
    9697%define X86_CPUID_FEATURE_EDX_PAE       RT_BIT_32(6)
    97 %define X86_CPUID_FEATURE_EDX_PAE_BIT   6
     98%define X86_CPUID_FEATURE_EDX_PAE_BIT             6
    9899%define X86_CPUID_FEATURE_EDX_MCE       RT_BIT_32(7)
    99100%define X86_CPUID_FEATURE_EDX_CX8       RT_BIT_32(8)
     
    668669%ifndef VBOX_FOR_DTRACE_LIB
    669670%endif
     671%ifndef VBOX_FOR_DTRACE_LIB
     672%endif
    670673%define X86_PDPT_SHIFT             30
    671674%define X86_PDPT_MASK_PAE          0x3
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