VirtualBox

Changeset 9755 in vbox


Ignore:
Timestamp:
Jun 17, 2008 11:07:05 AM (17 years ago)
Author:
vboxsync
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r9752 r9755  
    744744    Assert(!HWACCMIsNestedPagingActive(pVM));
    745745
     746    /* Allocate page directory pointer table if not present. */
    746747    pPml4e = &pPGM->pHCPaePML4->a[iPml4e];
    747748    if (    !pPml4e->n.u1Present
     
    770771    PX86PDPE  pPdpe = &pPdpt->a[iPdPt];
    771772
     773    /* Allocate page directory if not present. */
    772774    if (    !pPdpe->n.u1Present
    773775        &&  !(pPdpe->u & X86_PDPE_PG_MASK))
     
    779781
    780782        Assert(!(pPdpe->u & X86_PDPE_PG_MASK));
    781         /* Create a reference back to the PML4E by using the index in its shadow page. */
     783        /* Create a reference back to the PDPT by using the index in its shadow page. */
    782784        rc = pgmPoolAlloc(pVM, pPdptGst->a[iPdPt].u & X86_PDPE_PG_MASK, PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD, pShwPage->idx, iPdPt, &pShwPage);
    783785        if (rc == VERR_PGM_POOL_FLUSHED)
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