Changeset 31850 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Aug 22, 2010 4:23:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r31849 r31850 3512 3512 /** @} */ 3513 3513 3514 /** @name PAE and AMD64 Guest Paging.3515 * @{ */3516 /** Mask containing the PTE bits that we shadow. */3517 uint64_t fGst64ShadowedPteMask;3518 /** Mask containing the PDE bits that we shadow. */3519 uint64_t fGst64ShadowedPdeMask;3520 /** Mask containing the big page PDE bits that we shadow in the PDE. */3521 uint64_t fGst64ShadowedBigPdeMask;3522 /** Mask containing the big page PDE bits that we shadow in the PTE. */3523 uint64_t fGst64ShadowedBigPde4PteMask;3524 /** @} */3525 3526 3514 /** @name PAE Guest Paging. 3527 3515 * @{ */ … … 3585 3573 uint64_t fGstAmd64MbzPml4eMask; 3586 3574 /** @} */ 3575 3576 /** @name PAE and AMD64 Guest Paging. 3577 * @{ */ 3578 /** Mask containing the PTE bits that we shadow. */ 3579 uint64_t fGst64ShadowedPteMask; 3580 /** Mask containing the PDE bits that we shadow. */ 3581 uint64_t fGst64ShadowedPdeMask; 3582 /** Mask containing the big page PDE bits that we shadow in the PDE. */ 3583 uint64_t fGst64ShadowedBigPdeMask; 3584 /** Mask containing the big page PDE bits that we shadow in the PTE. */ 3585 uint64_t fGst64ShadowedBigPde4PteMask; 3586 /** @} */ 3587 3587 3588 3588 /** Pointer to the page of the current active CR3 - R3 Ptr. */
Note:
See TracChangeset
for help on using the changeset viewer.