VirtualBox

Changeset 10282 in vbox


Ignore:
Timestamp:
Jul 5, 2008 3:15:37 PM (17 years ago)
Author:
vboxsync
Message:

More gc tracking changes for the non-paging case.

File:
1 edited

Legend:

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

    r10280 r10282  
    17771777                case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
    17781778                case PGMPOOLKIND_PAE_PT_FOR_PAE_2MB:
    1779                 case PGMPOOLKIND_32BIT_PT_FOR_PHYS:
    1780                 case PGMPOOLKIND_PAE_PT_FOR_PHYS:
    17811779                {
    17821780#ifdef PGMPOOL_WITH_USER_TRACKING
     
    22352233        case PGMPOOLKIND_32BIT_PT_FOR_32BIT_PT:
    22362234        case PGMPOOLKIND_32BIT_PT_FOR_32BIT_4MB:
    2237         case PGMPOOLKIND_32BIT_PT_FOR_PHYS:
    22382235        {
    22392236            const uint32_t  u32 = PGM_PAGE_GET_HCPHYS(pPhysPage) | X86_PTE_P;
     
    22652262        case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
    22662263        case PGMPOOLKIND_PAE_PT_FOR_PAE_2MB:
    2267         case PGMPOOLKIND_PAE_PT_FOR_PHYS:
    22682264        {
    22692265            const uint64_t  u64 = PGM_PAGE_GET_HCPHYS(pPhysPage) | X86_PTE_P;
     
    22912287        }
    22922288
     2289        case PGMPOOLKIND_32BIT_PT_FOR_PHYS:
     2290        case PGMPOOLKIND_PAE_PT_FOR_PHYS:
     2291            break;  /* nothing to do */
     2292
    22932293        default:
    22942294            AssertFatalMsgFailed(("enmKind=%d iShw=%d\n", pPage->enmKind, iShw));
     
    24092409                case PGMPOOLKIND_32BIT_PT_FOR_32BIT_PT:
    24102410                case PGMPOOLKIND_32BIT_PT_FOR_32BIT_4MB:
    2411                 case PGMPOOLKIND_32BIT_PT_FOR_PHYS:
    24122411                {
    24132412                    unsigned    cPresent = pPage->cPresent;
     
    24312430                case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
    24322431                case PGMPOOLKIND_PAE_PT_FOR_PAE_2MB:
    2433                 case PGMPOOLKIND_PAE_PT_FOR_PHYS:
    24342432                {
    24352433                    unsigned  cPresent = pPage->cPresent;
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