VirtualBox

Changeset 9026 in vbox for trunk/include


Ignore:
Timestamp:
May 21, 2008 3:33:04 PM (17 years ago)
Author:
vboxsync
Message:

More updates for nested paging. (setting up the paging mode)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pgm.h

    r9021 r9026  
    308308
    309309PGMDECL(uint32_t) PGMGetHyperCR3(PVM pVM);
     310PGMDECL(uint32_t) PGMGetNestedCR3(PVM pVM, PGMMODE enmShadowMode);
    310311PGMDECL(uint32_t) PGMGetHyper32BitCR3(PVM pVM);
    311312PGMDECL(uint32_t) PGMGetHyperPaeCR3(PVM pVM);
     
    472473PDMR3DECL(int)  PGMR3LockCall(PVM pVM);
    473474PGMR3DECL(int)  PGMR3ChangeShwPDMappings(PVM pVM, bool fEnable);
     475PGMR3DECL(int)  PGMR3ChangeMode(PVM pVM, PGMMODE enmGuestMode);
     476
    474477#ifndef VBOX_WITH_NEW_PHYS_CODE
    475478PGMR3DECL(int)  PGM3PhysGrowRange(PVM pVM, PCRTGCPHYS GCPhys);
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