Changeset 59868 in vbox
- Timestamp:
- Feb 29, 2016 11:45:33 AM (9 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r59285 r59868 477 477 /** Bit 6 - PAE - Physical Address Extension. */ 478 478 #define X86_CPUID_FEATURE_EDX_PAE RT_BIT(6) 479 #define X86_CPUID_FEATURE_EDX_PAE_BIT 6 479 480 /** Bit 7 - MCE - Machine Check Exception. */ 480 481 #define X86_CPUID_FEATURE_EDX_MCE RT_BIT(7) -
trunk/include/iprt/x86.mac
r59388 r59868 95 95 %define X86_CPUID_FEATURE_EDX_MSR RT_BIT(5) 96 96 %define X86_CPUID_FEATURE_EDX_PAE RT_BIT(6) 97 %define X86_CPUID_FEATURE_EDX_PAE_BIT 6 97 98 %define X86_CPUID_FEATURE_EDX_MCE RT_BIT(7) 98 99 %define X86_CPUID_FEATURE_EDX_CX8 RT_BIT(8)
Note:
See TracChangeset
for help on using the changeset viewer.

