Changeset 14002 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 10, 2008 12:14:48 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39052
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r13996 r14002 2095 2095 /** The Physical Address (HC) of the Page Map Level 4 table. */ 2096 2096 RTHCPHYS HCPhysPaePML4; 2097 #if 0 2097 2098 /** The pgm pool page descriptor for the current active CR3 - R3 Ptr. */ 2098 2099 R3PTRTYPE(PPGMPOOLPAGE) pShwAmd64CR3R3; 2099 2100 /** The pgm pool page descriptor for the current active CR3 - R0 Ptr. */ 2100 2101 R0PTRTYPE(PPGMPOOLPAGE) pShwAmd64CR3R0; 2102 #else 2103 /** The pgm pool page descriptor for the current active CR3. */ 2104 #if 0///@todo def VBOX_WITH_2X_4GB_ADDR_SPACE 2105 R3PTRTYPE(PPGMPOOLPAGE) pHCShwAmd64CR3; 2106 #else 2107 R3R0PTRTYPE(PPGMPOOLPAGE) pHCShwAmd64CR3; 2108 #endif 2109 #endif 2101 2110 /** @}*/ 2102 2111
Note:
See TracChangeset
for help on using the changeset viewer.