VirtualBox

Changeset 62288 in vbox


Ignore:
Timestamp:
Jul 16, 2016 1:19:17 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108808
Message:

x86.h: some BIT values.

File:
1 edited

Legend:

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

    r61776 r62288  
    13831383/** Bit 11 - NXE - No-Execute Page Protection Enabled. (R/W) */
    13841384#define  MSR_K6_EFER_NXE                     RT_BIT_32(11)
     1385#define  MSR_K6_EFER_BIT_NXE                 11 /**< Bit number of MSR_K6_EFER_NXE */
    13851386/** Bit 12 - SVME - Secure VM Extension Enabled. (R/W) */
    13861387#define  MSR_K6_EFER_SVME                    RT_BIT_32(12)
     
    15651566/** Bit 8 -  G  - Global flag. */
    15661567#define X86_PTE_BIT_G                       8
     1568/** Bits 63 - NX - PAE/LM - No execution flag. */
     1569#define X86_PTE_PAE_BIT_NX                  63
    15671570
    15681571/** Bit 0 -  P  - Present bit mask. */
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