VirtualBox

Changeset 16658 in vbox for trunk


Ignore:
Timestamp:
Feb 11, 2009 12:22:03 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: update

File:
1 edited

Legend:

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

    r16636 r16658  
    46464646    pVM->pgm.s.iShwUser      = SHW_POOL_ROOT_IDX;
    46474647    pVM->pgm.s.iShwUserTable = GCPhysCR3 >> PAGE_SHIFT;
    4648     rc = pgmPoolAlloc(pVM, GCPhysCR3, BTH_PGMPOOLKIND_ROOT, pVM->pgm.s.iShwUser, pVM->pgm.s.iShwUserTable, &pVM->pgm.s.CTX_SUFF(pShwPageCR3));
     4648    rc = pgmPoolAlloc(pVM, GCPhysCR3 & GST_CR3_PAGE_MASK, BTH_PGMPOOLKIND_ROOT, pVM->pgm.s.iShwUser, pVM->pgm.s.iShwUserTable, &pVM->pgm.s.CTX_SUFF(pShwPageCR3));
    46494649    if (rc == VERR_PGM_POOL_FLUSHED)
    46504650    {
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