Changeset 82574 in vbox
- Timestamp:
- Dec 13, 2019 5:21:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r81932 r82574 916 916 /** Bit 10 - OSXMMEEXCPT - Operating System Support for Unmasked SIMD Floating-Point Exceptions. */ 917 917 #define X86_CR4_OSXMMEEXCPT RT_BIT_32(10) 918 /** Bit 11 - UMIP - User-Mode Instruction Prevention. */ 919 #define X86_CR4_UMIP RT_BIT_32(11) 918 920 /** Bit 13 - VMXE - VMX mode is enabled. */ 919 921 #define X86_CR4_VMXE RT_BIT_32(13) … … 933 935 /** Bit 22 - PKE - Protection Key Enable. */ 934 936 #define X86_CR4_PKE RT_BIT_32(22) 937 /** Bit 23 - CET - Control-flow Enhancement Technology enabled. */ 938 #define X86_CR4_CET RT_BIT_32(23) 935 939 /** @} */ 936 940
Note:
See TracChangeset
for help on using the changeset viewer.