Changeset 43047 in vbox for trunk/include
- Timestamp:
- Aug 28, 2012 2:47:29 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80381
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r42453 r43047 425 425 * @{ 426 426 */ 427 VMMR0DECL(int) PGMR0PhysAllocateHandyPages(PVM pVM, PVMCPU pVCpu); 428 VMMR0DECL(int) PGMR0PhysAllocateLargeHandyPage(PVM pVM, PVMCPU pVCpu); 427 VMMR0_INT_DECL(int) PGMR0PhysAllocateHandyPages(PVM pVM, PVMCPU pVCpu); 428 VMMR0_INT_DECL(int) PGMR0PhysFlushHandyPages(PVM pVM, PVMCPU pVCpu); 429 VMMR0_INT_DECL(int) PGMR0PhysAllocateLargeHandyPage(PVM pVM, PVMCPU pVCpu); 429 430 VMMR0_INT_DECL(int) PGMR0PhysSetupIommu(PVM pVM); 430 431 VMMR0DECL(int) PGMR0SharedModuleCheck(PVM pVM, PGVM pGVM, VMCPUID idCpu, PGMMSHAREDMODULE pModule, PCRTGCPTR64 paRegionsGCPtrs); -
trunk/include/VBox/vmm/vmm.h
r41149 r43047 365 365 /** Call PGMR0PhysAllocateHandyPages(). */ 366 366 VMMR0_DO_PGM_ALLOCATE_HANDY_PAGES, 367 /** Call PGMR0PhysFlushHandyPages(). */ 368 VMMR0_DO_PGM_FLUSH_HANDY_PAGES, 367 369 /** Call PGMR0AllocateLargePage(). */ 368 370 VMMR0_DO_PGM_ALLOCATE_LARGE_HANDY_PAGE,
Note:
See TracChangeset
for help on using the changeset viewer.