Changeset 9026 in vbox for trunk/include
- Timestamp:
- May 21, 2008 3:33:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r9021 r9026 308 308 309 309 PGMDECL(uint32_t) PGMGetHyperCR3(PVM pVM); 310 PGMDECL(uint32_t) PGMGetNestedCR3(PVM pVM, PGMMODE enmShadowMode); 310 311 PGMDECL(uint32_t) PGMGetHyper32BitCR3(PVM pVM); 311 312 PGMDECL(uint32_t) PGMGetHyperPaeCR3(PVM pVM); … … 472 473 PDMR3DECL(int) PGMR3LockCall(PVM pVM); 473 474 PGMR3DECL(int) PGMR3ChangeShwPDMappings(PVM pVM, bool fEnable); 475 PGMR3DECL(int) PGMR3ChangeMode(PVM pVM, PGMMODE enmGuestMode); 476 474 477 #ifndef VBOX_WITH_NEW_PHYS_CODE 475 478 PGMR3DECL(int) PGM3PhysGrowRange(PVM pVM, PCRTGCPHYS GCPhys);
Note:
See TracChangeset
for help on using the changeset viewer.