Changeset 64843 in vbox
- Timestamp:
- Dec 12, 2016 8:29:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r64373 r64843 2782 2782 /** Set if it involves a gigantic page (1 GB). */ 2783 2783 bool fGigantPage; 2784 /** The effect X86_PTE_US flag for the address. */2784 /** The effective X86_PTE_US flag for the address. */ 2785 2785 bool fEffectiveUS; 2786 /** The effect X86_PTE_RW flag for the address. */2786 /** The effective X86_PTE_RW flag for the address. */ 2787 2787 bool fEffectiveRW; 2788 /** The effect X86_PTE_NX flag for the address. */2788 /** The effective X86_PTE_NX flag for the address. */ 2789 2789 bool fEffectiveNX; 2790 2790 } PGMPTWALKCORE;
Note:
See TracChangeset
for help on using the changeset viewer.