VirtualBox

Changeset 37954 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 14, 2011 12:05:27 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72867
Message:

x86.h: Added new CR4 flags.

File:
1 edited

Legend:

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

    r37139 r37954  
    66
    77/*
    8  * Copyright (C) 2006-2009 Oracle Corporation
     8 * Copyright (C) 2006-2011 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    685685/** Bit 13 - VMXE - VMX mode is enabled. */
    686686#define X86_CR4_VMXE                        RT_BIT(13)
     687/** Bit 14 - SMXE - Safer Mode Extensions Enabled. */
     688#define X86_CR4_SMXE                        RT_BIT(14)
     689/** Bit 17 - PCIDE - Process-Context Identifiers Enabled. */
     690#define X86_CR4_PCIDE                       RT_BIT(17)
     691/** Bit 18 - OSXSAVE - Operating System Support for XSAVE and processor
     692 * extended states. */
     693#define X86_CR4_OSXSAVE                     RT_BIT(18)
     694/** Bit 20 - SMEP - Supervisor-mode Execution Prevention enabled. */
     695#define X86_CR4_SMEP                        RT_BIT(20)
    687696/** @} */
    688697
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