VirtualBox

Changeset 7664 in vbox


Ignore:
Timestamp:
Mar 31, 2008 2:40:29 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29175
Message:

Comment update

File:
1 edited

Legend:

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

    r7662 r7664  
    911911#  if    PGM_SHW_TYPE != PGM_TYPE_32BIT \
    912912      && PGM_GST_TYPE == PGM_TYPE_32BIT   
    913             /* Select the right PDE as we're emulating a 4MB page with two 2 MB shadow pages */
     913            /* Select the right PDE as we're emulating a 4MB page with two 2 MB shadow PDEs */
    914914            GCPhys |= GCPtrPage & (1 << X86_PD_PAE_SHIFT);
    915915#  endif
     
    12761276    {
    12771277        GCPhys = PdeSrc.u & GST_PDE_BIG_PG_MASK;
    1278 # if PGM_SHW_TYPE != PGM_TYPE_32BIT
    1279         GCPhys |= GCPtrPage & X86_PAGE_2M_SIZE;
     1278#  if    PGM_SHW_TYPE != PGM_TYPE_32BIT \
     1279      && PGM_GST_TYPE == PGM_TYPE_32BIT
     1280        /* Select the right PDE as we're emulating a 4MB page with two 2 MB shadow PDEs */
     1281        GCPhys |= GCPtrPage & (1 << X86_PD_PAE_SHIFT);
    12801282# endif
    12811283    }
Note: See TracChangeset for help on using the changeset viewer.

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