Changeset 29091 in vbox for trunk/include/VBox
- Timestamp:
- May 5, 2010 4:12:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61150
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r28800 r29091 34 34 #include <VBox/hwacc_vmx.h> 35 35 #include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */ 36 #include <VBox/gmm.h> /* for PGMMREGISTERSHAREDMODULEREQ */ 36 37 37 38 RT_C_DECLS_BEGIN … … 432 433 VMMR0DECL(int) PGMR0PhysAllocateHandyPages(PVM pVM, PVMCPU pVCpu); 433 434 VMMR0DECL(int) PGMR0PhysAllocateLargeHandyPage(PVM pVM, PVMCPU pVCpu); 435 VMMR0DECL(int) PGMR0SharedModuleCheck(PVM pVM, PVMCPU pVCpu, PGMMREGISTERSHAREDMODULEREQ pReq); 434 436 VMMR0DECL(int) PGMR0Trap0eHandlerNestedPaging(PVM pVM, PVMCPU pVCpu, PGMMODE enmShwPagingMode, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPHYS pvFault); 435 437 # ifdef VBOX_WITH_2X_4GB_ADDR_SPACE -
trunk/include/VBox/vmm.h
r28974 r29091 285 285 /** Call PGMR0AllocateLargePage(). */ 286 286 VMMR0_DO_PGM_ALLOCATE_LARGE_HANDY_PAGE, 287 /** Call PGMR0CheckSharedModule(). */ 288 VMMR0_DO_PGM_CHECK_SHARED_MODULE, 287 289 288 290 /** Call GMMR0InitialReservation(). */
Note:
See TracChangeset
for help on using the changeset viewer.