VirtualBox

Changeset 7656 in vbox for trunk/src


Ignore:
Timestamp:
Mar 31, 2008 1:21:22 PM (17 years ago)
Author:
vboxsync
Message:

Use GST_PDE4M_PG_MASK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r7655 r7656  
    13881388                 */
    13891389                /* Calculate the GC physical address of this 4KB shadow page. */
    1390                 RTGCPHYS GCPhys = (PdeSrc.u & X86_PDE4M_PG_MASK) | ((RTGCUINTPTR)GCPtrPage & GST_BIG_PAGE_OFFSET_MASK);
     1390                RTGCPHYS GCPhys = (PdeSrc.u & GST_PDE4M_PG_MASK) | ((RTGCUINTPTR)GCPtrPage & GST_BIG_PAGE_OFFSET_MASK);
    13911391                /* Find ram range. */
    13921392                PPGMPAGE pPage;
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