Changeset 81249 in vbox for trunk/include/iprt
- Timestamp:
- Oct 14, 2019 10:37:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r81242 r81249 786 786 /** Bit 4 - RDPRU - Supports the RDPRU instruction. */ 787 787 #define X86_CPUID_AMD_EFEID_EBX_RDPRU RT_BIT_32(4) 788 /** Bit 8 - MCOMMIT - Supports the MCOMMIT instruction. */ 789 #define X86_CPUID_AMD_EFEID_EBX_MCOMMIT RT_BIT_32(8) 788 790 /* AMD pipeline length: 9 feature bits ;-) */ 789 791 /** Bit 12 - IBPB - Supports the IBPB command in IA32_PRED_CMD. */ … … 1708 1710 /** Bit 15 - TCE - Translation Cache Extension. (R/W) */ 1709 1711 #define MSR_K6_EFER_TCE RT_BIT_32(15) 1712 /** Bit 17 - MCOMMIT - Commit Stores to memory. (R/W) */ 1713 #define MSR_K6_EFER_MCOMMIT RT_BIT_32(17) 1714 1710 1715 /** K6 STAR - SYSCALL/RET targets. */ 1711 1716 #define MSR_K6_STAR UINT32_C(0xc0000081)
Note:
See TracChangeset
for help on using the changeset viewer.