VirtualBox

Ignore:
Timestamp:
Oct 20, 2021 12:50:11 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. bugref:9517

File:
1 edited

Legend:

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

    r90439 r91854  
    544544                            if ((pShwPD->a[i].u & (X86_PDE_P | X86_PDE_PS)) == (X86_PDE_P | X86_PDE_PS))
    545545                            {
    546 # ifndef PGM_WITHOUT_MAPPINGS
    547                                 Assert(!(pShwPD->a[i].u & PGM_PDFLAGS_MAPPING));
    548 # endif
    549546                                pShwPD->a[i].u = 0;
    550547                                Assert(pPage->cPresent);
     
    565562                            if ((pShwPD->a[i].u & (EPT_E_READ | EPT_E_LEAF)) == (EPT_E_READ | EPT_E_LEAF))
    566563                            {
    567 # ifndef PGM_WITHOUT_MAPPINGS
    568                                 Assert(!(pShwPD->a[i].u & PGM_PDFLAGS_MAPPING));
    569 # endif
    570564                                pShwPD->a[i].u = 0;
    571565                                Assert(pPage->cPresent);
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