VirtualBox

Ignore:
Timestamp:
Oct 7, 2020 4:53:19 PM (4 years ago)
Author:
vboxsync
Message:

VMM/PGMPool: A couple of large page bugfixes (one harmless, the other AMD-V only). bugref:5324 bugref:9841 bugref:9746

File:
1 edited

Legend:

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

    r86461 r86470  
    534534                 */
    535535#ifdef PGM_WITH_LARGE_PAGES
    536                 case PGMPOOLKIND_EPT_PD_FOR_PHYS: /* Large pages reference 2 MB of physical memory, so we must clear them. */
     536                case PGMPOOLKIND_PAE_PD_PHYS:  /* Large pages reference 2 MB of physical memory, so we must clear them. */
    537537                    if (pPage->cPresent)
    538538                    {
     
    556556                    goto default_case;
    557557
    558                 case PGMPOOLKIND_PAE_PD_PHYS:  /* Large pages reference 2 MB of physical memory, so we must clear them. */
     558                case PGMPOOLKIND_EPT_PD_FOR_PHYS: /* Large pages reference 2 MB of physical memory, so we must clear them. */
    559559                    if (pPage->cPresent)
    560560                    {
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