VirtualBox

Changeset 18992 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Apr 17, 2009 1:51:56 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46084
Message:

More PGM api changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/CSAM.cpp

    r18988 r18992  
    16671667
    16681668        /* Prefetch it in case it's not there yet. */
    1669         rc = PGMPrefetchPage(pVM, pVCpu, GCPtr);
     1669        rc = PGMPrefetchPage(pVCpu, GCPtr);
    16701670        AssertRC(rc);
    16711671
     
    17791779
    17801780        /* Prefetch it in case it's not there yet. */
    1781         rc = PGMPrefetchPage(pVM, pVCpu, pPageAddrGC);
     1781        rc = PGMPrefetchPage(pVCpu, pPageAddrGC);
    17821782        AssertRC(rc);
    17831783
     
    18001800
    18011801        /* Prefetch it in case it's not there yet. */
    1802         rc = PGMPrefetchPage(pVM, pVCpu, pPageAddrGC);
     1802        rc = PGMPrefetchPage(pVCpu, pPageAddrGC);
    18031803        AssertRC(rc);
    18041804
     
    18231823    {
    18241824        /* Prefetch it in case it's not there yet. */
    1825         rc = PGMPrefetchPage(pVM, pVCpu, pPageAddrGC);
     1825        rc = PGMPrefetchPage(pVCpu, pPageAddrGC);
    18261826        AssertRC(rc);
    18271827        /* The page was changed behind our back. It won't be made read-only until the next SyncCR3, so force it here. */
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