VirtualBox

Changeset 86475 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 7, 2020 7:02:36 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140785
Message:

VMM/PGMPool: Working on eliminating page table bitfield use. bugref:9841 bugref:9746

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r86472 r86475  
    541541                        for (unsigned i = 0; i < RT_ELEMENTS(pShwPD->a); i++)
    542542                        {
    543                             if (    pShwPD->a[i].n.u1Present
    544                                 &&  pShwPD->a[i].b.u1Size)
     543                            if ((pShwPD->a[i].u & (X86_PDE_P | X86_PDE_PS)) == (X86_PDE_P | X86_PDE_PS))
    545544                            {
    546545# ifndef PGM_WITHOUT_MAPPINGS
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