VirtualBox

Changeset 19794 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 18, 2009 3:06:31 PM (16 years ago)
Author:
vboxsync
Message:

Cleaned up

File:
1 edited

Legend:

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

    r19792 r19794  
    820820 * @returns false if we consider it to still be a paging page.
    821821 * @param   pVM         VM Handle.
    822  * @param   pPage       The page in question.
    823822 * @param   pRegFrame   Trap register frame.
    824823 * @param   pCpu        The disassembly info for the faulting instruction.
     
    827826 * @remark  The REP prefix check is left to the caller because of STOSD/W.
    828827 */
    829 DECLINLINE(bool) pgmPoolMonitorIsReused(PVM pVM, PPGMPOOLPAGE pPage, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu, RTGCPTR pvFault)
     828DECLINLINE(bool) pgmPoolMonitorIsReused(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu, RTGCPTR pvFault)
    830829{
    831830#ifndef IN_RC
     
    886885    }
    887886
    888     //if (pPage->fCR3Mix)
    889     //    return false;
    890887    return false;
    891888}
     
    11271124             || pgmPoolIsPageLocked(&pVM->pgm.s, pPage)
    11281125            )
    1129         &&  !(fReused = pgmPoolMonitorIsReused(pVM, pPage, pRegFrame, &Cpu, pvFault))
     1126        &&  !(fReused = pgmPoolMonitorIsReused(pVM, pRegFrame, &Cpu, pvFault))
    11301127        &&  !pgmPoolMonitorIsForking(pPool, &Cpu, GCPhysFault & PAGE_OFFSET_MASK))
    11311128    {
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