VirtualBox

Changeset 9699 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 16, 2008 8:13:05 AM (17 years ago)
Author:
vboxsync
Message:

64 bits paging updates (page pool)

File:
1 edited

Legend:

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

    r9690 r9699  
    400400            }
    401401
     402            case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    402403            case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
    403404            {
     
    989990                case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
    990991                case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
     992                case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    991993                case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    992994                case PGMPOOLKIND_PAE_PT_FOR_PAE_2MB:
     
    10031005        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
    10041006        case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
     1007        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    10051008        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    10061009        case PGMPOOLKIND_PAE_PT_FOR_PAE_2MB:
     
    12141217                case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD:
    12151218                case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
     1219                case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    12161220                case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    12171221                case PGMPOOLKIND_ROOT_32BIT_PD:
     
    12701274        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
    12711275        case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
     1276        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    12721277        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    12731278        case PGMPOOLKIND_ROOT_PDPT:
     
    13511356        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
    13521357        case PGMPOOLKIND_PAE_PT_FOR_PAE_PT:
     1358        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    13531359        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    13541360        case PGMPOOLKIND_ROOT_PDPT:
     
    20442050        case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD:
    20452051        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
     2052        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    20462053        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    20472054        case PGMPOOLKIND_ROOT_PAE_PD:
     
    20802087        case PGMPOOLKIND_PAE_PT_FOR_PAE_2MB:
    20812088        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
     2089        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    20822090        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    20832091        case PGMPOOLKIND_ROOT_PAE_PD:
     
    24262434        case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD:
    24272435        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
     2436        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    24282437        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT:
    24292438        case PGMPOOLKIND_ROOT_PML4:
     
    29222931
    29232932/**
    2924  * Clear references to shadowed pages in a PAE page directory.
     2933 * Clear references to shadowed pages in a PAE (legacy or 64 bits) page directory.
    29252934 *
    29262935 * @param   pPool       The pool.
     
    30493058        case PGMPOOLKIND_PAE_PD_FOR_32BIT_PD:
    30503059        case PGMPOOLKIND_PAE_PD_FOR_PAE_PD:
     3060        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD:
    30513061            pgmPoolTrackDerefPDPae(pPool, pPage, (PX86PDPAE)pvShw);
    30523062            break;
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