Changeset 14115 in vbox for trunk/include
- Timestamp:
- Nov 12, 2008 12:02:26 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 39191
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r13991 r14115 442 442 VMMDECL(int) PGMDynMapHCPage(PVM pVM, RTHCPHYS HCPhys, void **ppv); 443 443 VMMDECL(int) PGMDynMapHCPageOff(PVM pVM, RTHCPHYS HCPhys, void **ppv); 444 VMMDECL(void) PGMDynMapStartAutoSet(PVMCPU pVCpu); 445 VMMDECL(void) PGMDynMapReleaseAutoSet(PVMCPU pVCpu); 446 VMMDECL(void) PGMDynMapMigrateAutoSet(PVMCPU pVCpu); 444 447 #endif 445 448 … … 461 464 VMMR0DECL(int) PGMR0PhysAllocateHandyPages(PVM pVM); 462 465 VMMR0DECL(int) PGMR0Trap0eHandlerNestedPaging(PVM pVM, PGMMODE enmShwPagingMode, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPHYS pvFault); 466 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 467 VMMR0DECL(int) PGMR0DynMapInit(void); 468 VMMR0DECL(void) PGMR0DynMapTerm(void); 469 VMMR0DECL(int) PGMR0DynMapInitVM(PVM pVM); 470 VMMR0DECL(void) PGMR0DynMapTermVM(PVM pVM); 471 # endif 463 472 /** @} */ 464 473 #endif /* IN_RING0 */
Note:
See TracChangeset
for help on using the changeset viewer.