VirtualBox

Changeset 9595 in vbox


Ignore:
Timestamp:
Jun 11, 2008 9:53:30 AM (16 years ago)
Author:
vboxsync
Message:

PGM pool updates for long mode

File:
1 edited

Legend:

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

    r9341 r9595  
    12521252        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
    12531253        case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
     1254        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    12541255        case PGMPOOLKIND_ROOT_PDPT:
    12551256            break;
     
    12651266        case PGMPOOLKIND_ROOT_32BIT_PD:
    12661267        case PGMPOOLKIND_ROOT_PAE_PD:
     1268        case PGMPOOLKIND_ROOT_PML4:
    12671269#ifdef PGMPOOL_WITH_MIXED_PT_CR3
    12681270            break;
    12691271#endif
    12701272        case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD:
    1271         case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    1272         case PGMPOOLKIND_ROOT_PML4:
    12731273        default:
    12741274            AssertFatalMsgFailed(("This can't happen! enmKind=%d\n", pPage->enmKind));
     
    13331333        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
    13341334        case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
     1335        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    13351336        case PGMPOOLKIND_ROOT_PDPT:
    13361337            break;
     
    13461347        case PGMPOOLKIND_ROOT_32BIT_PD:
    13471348        case PGMPOOLKIND_ROOT_PAE_PD:
     1349        case PGMPOOLKIND_ROOT_PML4:
    13481350#ifdef PGMPOOL_WITH_MIXED_PT_CR3
    13491351            break;
    13501352#endif
    13511353        case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD:
    1352         case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    1353         case PGMPOOLKIND_ROOT_PML4:
    13541354        default:
    13551355            AssertFatalMsgFailed(("This can't happen! enmKind=%d\n", pPage->enmKind));
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