VirtualBox

Changeset 8853 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 15, 2008 1:57:31 PM (17 years ago)
Author:
vboxsync
Message:

Manual page invalidation or TLB flush is required for AMD-V.

File:
1 edited

Legend:

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

    r8454 r8853  
    908908static int pgmPoolCacheFreeOne(PPGMPOOL pPool, uint16_t iUser)
    909909{
     910#ifdef IN_RING0
     911    const PVM pVM = pPool->CTXSUFF(pVM);
     912#endif
    910913    Assert(pPool->iAgeHead != pPool->iAgeTail); /* We shouldn't be here if there < 2 cached entries! */
    911914    STAM_COUNTER_INC(&pPool->StatCacheFreeUpOne);
     
    10321035static int pgmPoolCacheAlloc(PPGMPOOL pPool, RTGCPHYS GCPhys, PGMPOOLKIND enmKind, uint16_t iUser, uint16_t iUserTable, PPPGMPOOLPAGE ppPage)
    10331036{
     1037#ifdef IN_RING0
     1038    const PVM pVM = pPool->CTXSUFF(pVM);
     1039#endif
    10341040    /*
    10351041     * Look up the GCPhys in the hash.
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