VirtualBox

Changeset 28648 in vbox


Ignore:
Timestamp:
Apr 23, 2010 2:10:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60508
Message:

More logging

File:
1 edited

Legend:

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

    r28643 r28648  
    31073107#ifdef LOG_ENABLED
    31083108            Log(("cRefs=%d iFirstPresent=%d cPresent=%d\n", cRefs, pPage->iFirstPresent, pPage->cPresent));
     3109            Log(("Found %RX64 expected %RX64\n", pPT->a[iPte].u & (X86_PTE_PAE_PG_MASK | X86_PTE_P), u64));
    31093110            for (unsigned i = 0; i < RT_ELEMENTS(pPT->a); i++)
    31103111                if ((pPT->a[i].u & (X86_PTE_PAE_PG_MASK | X86_PTE_P)) == u64)
     
    31273128                STAM_COUNTER_INC(&pPool->StatTrackFlushEntry);
    31283129                pPT->a[iPte].u = 0;
    3129                 cRefs--;
    31303130
    31313131                /* Update the counter as we're removing references. */
     
    31533153        {
    31543154            Assert(HWACCMIsNestedPagingActive(pVM));
    3155             Assert(cRefs == 1);
    31563155
    31573156            const uint64_t  u64 = PGM_PAGE_GET_HCPHYS(pPhysPage) | X86_PDE4M_P | X86_PDE4M_PS;
     
    31633162                STAM_COUNTER_INC(&pPool->StatTrackFlushEntry);
    31643163                pPD->a[iPte].u = 0;
    3165                 cRefs--;
    31663164
    31673165                /* Update the counter as we're removing references. */
     
    31893187        {
    31903188            Assert(HWACCMIsNestedPagingActive(pVM));
    3191             Assert(cRefs == 1);
    31923189
    31933190            const uint64_t  u64 = PGM_PAGE_GET_HCPHYS(pPhysPage) | X86_PDE4M_P | X86_PDE4M_PS;
     
    31993196                STAM_COUNTER_INC(&pPool->StatTrackFlushEntry);
    32003197                pPD->a[iPte].u = 0;
    3201                 cRefs--;
    32023198
    32033199                /* Update the counter as we're removing references. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette