Changeset 12920 in vbox
- Timestamp:
- Oct 2, 2008 9:59:05 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37331
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r12900 r12920 73 73 #pragma pack() 74 74 75 /** Bits 12-51 - - EPT - Physical Page number of the next level. */ 76 #define EPT_PML4E_PG_MASK ( 0x000ffffffffff000ULL ) 77 75 78 /** 76 79 * EPT PML4. … … 112 115 } EPTPDPTEBITS; 113 116 #pragma pack() 117 118 /** Bits 12-51 - - EPT - Physical Page number of the next level. */ 119 #define EPT_PDPTE_PG_MASK ( 0x000ffffffffff000ULL ) 114 120 115 121 /** … … 169 175 } EPTPDEBITS; 170 176 #pragma pack() 177 178 /** Bits 12-51 - - EPT - Physical Page number of the next level. */ 179 #define EPT_PDE_PG_MASK ( 0x000ffffffffff000ULL ) 171 180 172 181 /** … … 198 207 } EPTPDE2MBITS; 199 208 #pragma pack() 209 210 /** Bits 21-51 - - EPT - Physical Page number of the next level. */ 211 #define EPT_PDE2M_PG_MASK ( 0x000fffffffe00000ULL ) 200 212 201 213 /**
Note:
See TracChangeset
for help on using the changeset viewer.