VirtualBox

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


Ignore:
Timestamp:
Nov 5, 2008 1:10:20 AM (16 years ago)
Author:
vboxsync
Message:

VMM: %VGv -> %RGv

File:
1 edited

Legend:

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

    r13820 r13823  
    102102        cpl = (pRegFrame->ss & X86_SEL_RPL);
    103103
    104     Log(("CSAMGCCodePageWriteHandler: code page write at %VGv original address %VGv (cpl=%d)\n", pvFault, (RTGCUINTPTR)pvRange + offRange, cpl));
     104    Log(("CSAMGCCodePageWriteHandler: code page write at %RGv original address %RGv (cpl=%d)\n", pvFault, (RTGCUINTPTR)pvRange + offRange, cpl));
    105105
    106106    /* If user code is modifying one of our monitored pages, then we can safely make it r/w as it's no longer being used for supervisor code. */
     
    129129     * Make this particular page R/W. The VM_FF_CSAM_FLUSH_DIRTY_PAGE handler will reset it to readonly again.
    130130     */
    131     Log(("CSAMGCCodePageWriteHandler: enabled r/w for page %VGv\n", pvFault));
     131    Log(("CSAMGCCodePageWriteHandler: enabled r/w for page %RGv\n", pvFault));
    132132    rc = PGMShwModifyPage(pVM, pvFault, 1, X86_PTE_RW, ~(uint64_t)X86_PTE_RW);
    133133    AssertMsgRC(rc, ("PGMShwModifyPage -> rc=%Rrc\n", rc));
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