VirtualBox

Changeset 36939 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
May 3, 2011 2:19:38 PM (14 years ago)
Author:
vboxsync
Message:

PGMPAGE: 6-bit unused bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r36938 r36939  
    697697        RTHCPHYS    HCPhysAndPageID;
    698698
    699         /** 7:0   - The physical handler state
     699        /** 1:0   - The physical handler state
    700700         *  (PGM_PAGE_HNDL_PHYS_STATE_*). */
    701         uint32_t    u2HandlerPhysStateY : 8;
    702         /*uint32_t    u6Reserved  : 6;*/
     701        uint32_t    u2HandlerPhysStateY : 2;
     702        /** 7:2   - Currently unused. */
     703        uint32_t    u6Unused1  : 6;
    703704        /** 9:8   - The physical handler state
    704705         *  (PGM_PAGE_HNDL_VIRT_STATE_*). */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette