VirtualBox

Changeset 17462 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Mar 6, 2009 1:00:54 PM (16 years ago)
Author:
vboxsync
Message:

Refined locking.

File:
1 edited

Legend:

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

    r17461 r17462  
    184184#define PGM_PTFLAGS_CSAM_VALIDATED      RT_BIT_64(11)
    185185#endif
    186 
    187 /** Mark a dynamic map entry (PGMDynMapHCPage) as locked. */
    188 #define PGM_PTFLAGS_DYN_LOCKED          RT_BIT(9)
    189186
    190187/** @} */
     
    26332630     * The cache size is covering half of the mapping area. */
    26342631    RTHCPHYS                        aHCPhysDynPageMapCache[MM_HYPER_DYNAMIC_SIZE >> (PAGE_SHIFT + 1)];
     2632    uint32_t                        aLockedDynPageMapCache[MM_HYPER_DYNAMIC_SIZE >> (PAGE_SHIFT + 1)];
    26352633
    26362634    /** The address of the ring-0 mapping cache if we're making use of it.  */
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