VirtualBox

Changeset 18988 in vbox for trunk/src/VBox/VMM/PATM/VMMGC


Ignore:
Timestamp:
Apr 17, 2009 1:00:59 PM (16 years ago)
Author:
vboxsync
Message:

PGM api changes

File:
1 edited

Legend:

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

    r18927 r18988  
    8888         * Make this particular page R/W.
    8989         */
    90         int rc = PGMShwModifyPage(pVM, pVCpu, pvFault, 1, X86_PTE_RW, ~(uint64_t)X86_PTE_RW);
     90        int rc = PGMShwModifyPage(pVCpu, pvFault, 1, X86_PTE_RW, ~(uint64_t)X86_PTE_RW);
    9191        AssertMsgRC(rc, ("PGMShwModifyPage -> rc=%Rrc\n", rc));
    9292        ASMInvalidatePage((void *)pvFault);
     
    129129     */
    130130    Log(("CSAMGCCodePageWriteHandler: enabled r/w for page %RGv\n", pvFault));
    131     rc = PGMShwModifyPage(pVM, pVCpu, pvFault, 1, X86_PTE_RW, ~(uint64_t)X86_PTE_RW);
     131    rc = PGMShwModifyPage(pVCpu, pvFault, 1, X86_PTE_RW, ~(uint64_t)X86_PTE_RW);
    132132    AssertMsgRC(rc, ("PGMShwModifyPage -> rc=%Rrc\n", rc));
    133133    ASMInvalidatePage((void *)pvFault);
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