Changeset 13035 in vbox for trunk/include
- Timestamp:
- Oct 7, 2008 9:54:32 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r13005 r13035 459 459 VMMR0DECL(int) PGMR0PhysAllocateHandyPages(PVM pVM); 460 460 VMMR0DECL(int) PGMR0Trap0eHandlerNestedPaging(PVM pVM, PGMMODE enmShwPagingMode, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPHYS pvFault); 461 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 462 VMMR0DECL(int) PGMR0DynMapGCPage(PVM pVM, RTGCPHYS GCPhys, void **ppv); 463 VMMR0DECL(int) PGMR0DynMapGCPageEx(PVM pVM, RTGCPHYS GCPhys, void **ppv); 464 VMMR0DECL(int) PGMR0DynMapHCPage(PVM pVM, RTHCPHYS HCPhys, void **ppv); 465 # endif 461 466 /** @} */ 462 467 #endif /* IN_RING0 */ … … 556 561 VMMR3DECL(int) PGMR3CheckIntegrity(PVM pVM); 557 562 558 VMMR3DECL(int) PGMR3Dbg HCPtr2GCPhys(PVM pVM, RTHCPTR HCPtr, PRTGCPHYS pGCPhys);559 VMMR3DECL(int) PGMR3Dbg HCPtr2HCPhys(PVM pVM, RTHCPTR HCPtr, PRTHCPHYS pHCPhys);563 VMMR3DECL(int) PGMR3DbgR3Ptr2GCPhys(PVM pVM, RTR3PTR R3Ptr, PRTGCPHYS pGCPhys); 564 VMMR3DECL(int) PGMR3DbgR3Ptr2HCPhys(PVM pVM, RTR3PTR R3Ptr, PRTHCPHYS pHCPhys); 560 565 VMMR3DECL(int) PGMR3DbgHCPhys2GCPhys(PVM pVM, RTHCPHYS HCPhys, PRTGCPHYS pGCPhys); 561 566 VMMR3DECL(int) PGMR3DbgScanPhysical(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cbRange, const uint8_t *pabNeedle, size_t cbNeedle, PRTGCPHYS pGCPhysHit);
Note:
See TracChangeset
for help on using the changeset viewer.