VirtualBox

Changeset 12920 in vbox


Ignore:
Timestamp:
Oct 2, 2008 9:59:05 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37331
Message:

Added EPT masks

File:
1 edited

Legend:

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

    r12900 r12920  
    7373#pragma pack()
    7474
     75/** Bits 12-51 - - EPT - Physical Page number of the next level. */
     76#define EPT_PML4E_PG_MASK       ( 0x000ffffffffff000ULL )
     77
    7578/**
    7679 * EPT PML4.
     
    112115} EPTPDPTEBITS;
    113116#pragma pack()
     117
     118/** Bits 12-51 - - EPT - Physical Page number of the next level. */
     119#define EPT_PDPTE_PG_MASK       ( 0x000ffffffffff000ULL )
    114120
    115121/**
     
    169175} EPTPDEBITS;
    170176#pragma pack()
     177
     178/** Bits 12-51 - - EPT - Physical Page number of the next level. */
     179#define EPT_PDE_PG_MASK         ( 0x000ffffffffff000ULL )
    171180
    172181/**
     
    198207} EPTPDE2MBITS;
    199208#pragma pack()
     209
     210/** Bits 21-51 - - EPT - Physical Page number of the next level. */
     211#define EPT_PDE2M_PG_MASK       ( 0x000fffffffe00000ULL )
    200212
    201213/**
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