VirtualBox

Changeset 9753 in vbox for trunk


Ignore:
Timestamp:
Jun 17, 2008 10:54:28 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32110
Message:

Naming

File:
1 edited

Legend:

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

    r9752 r9753  
    21852185
    21862186# if PGM_GST_TYPE == PGM_GST_PAE || PGM_GST_TYPE == PGM_GST_AMD64
    2187     PPGMPOOLPAGE pShwPdpte = NULL;
     2187    PPGMPOOLPAGE pShwPde = NULL;
    21882188    /* Fetch the pgm pool shadow descriptor. */
    2189     pShwPdpte = pgmPoolGetPage(pPool, pPdptDst->a[iPdPte].u & SHW_PDE_PG_MASK)
     2189    pShwPde = pgmPoolGetPage(pPool, pPdptDst->a[iPdPte].u & SHW_PDE_PG_MASK);
     2190    Assert(pShwPde);
    21902191# endif
    21912192
     
    22512252# endif
    22522253# if PGM_GST_TYPE == PGM_GST_PAE || PGM_GST_TYPE == PGM_GST_AMD64
    2253             rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_PT, pShwPdpte->idx,    iPDDst, &pShwPage);
     2254            rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_PT, pShwPde->idx,    iPDDst, &pShwPage);
    22542255# else
    22552256            rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_PT, SHW_POOL_ROOT_IDX, iPDDst, &pShwPage);
     
    22642265# endif
    22652266# if PGM_GST_TYPE == PGM_GST_PAE || PGM_GST_TYPE == PGM_GST_AMD64
    2266             rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_BIG, pShwPdpte->idx,    iPDDst, &pShwPage);
     2267            rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_BIG, pShwPde->idx,    iPDDst, &pShwPage);
    22672268# else
    22682269            rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_BIG, SHW_POOL_ROOT_IDX, iPDDst, &pShwPage);
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