VirtualBox

Changeset 82574 in vbox


Ignore:
Timestamp:
Dec 13, 2019 5:21:56 AM (5 years ago)
Author:
vboxsync
Message:

x86.h: Added CR4.UMIP and CR4.CET.

File:
1 edited

Legend:

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

    r81932 r82574  
    916916/** Bit 10 - OSXMMEEXCPT - Operating System Support for Unmasked SIMD Floating-Point Exceptions. */
    917917#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)
    918920/** Bit 13 - VMXE - VMX mode is enabled. */
    919921#define X86_CR4_VMXE                        RT_BIT_32(13)
     
    933935/** Bit 22 - PKE - Protection Key Enable. */
    934936#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)
    935939/** @} */
    936940
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