Changeset 97043 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 7, 2022 9:05:50 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r96981 r97043 3500 3500 /** The physical addresses of the guest page directories (PAE) pointed to by apGstPagePDsHC/GC. */ 3501 3501 RTGCPHYS aGCPhysGstPaePDs[4]; 3502 /** The physical addresses of the monitored guest page directories (PAE). */3503 RTGCPHYS aGCPhysGstPaePDsMonitored[4];3504 3502 /** Mask containing the MBZ PTE bits. */ 3505 3503 uint64_t fGstPaeMbzPteMask;
Note:
See TracChangeset
for help on using the changeset viewer.