VirtualBox

Changeset 74099 in vbox


Ignore:
Timestamp:
Sep 6, 2018 2:53:14 AM (6 years ago)
Author:
vboxsync
Message:

x86.h: Some missing BIT number macros (for upcoming changes).

File:
1 edited

Legend:

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

    r73605 r74099  
    852852#define X86_CR0_PG                          RT_BIT_32(31)
    853853#define X86_CR0_PAGING                      RT_BIT_32(31)
     854#define X86_CR0_BIT_PG                      31 /**< Bit number of X86_CR0_PG */
    854855/** @} */
    855856
     
    15511552/** Bit 8 - LME - Long mode enabled. (R/W) */
    15521553#define  MSR_K6_EFER_LME                     RT_BIT_32(8)
     1554#define  MSR_K6_EFER_BIT_LME                 8 /**< Bit number of MSR_K6_EFER_LME */
    15531555/** Bit 10 - LMA - Long mode active. (R) */
    15541556#define  MSR_K6_EFER_LMA                     RT_BIT_32(10)
     1557#define  MSR_K6_EFER_BIT_LMA                 10 /**< Bit number of MSR_K6_EFER_LMA */
    15551558/** Bit 11 - NXE - No-Execute Page Protection Enabled. (R/W) */
    15561559#define  MSR_K6_EFER_NXE                     RT_BIT_32(11)
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