Changeset 37354 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 7, 2011 3:05:32 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r36891 r37354 286 286 287 287 288 VMMDECL(bool) PGMIsLocked(PVM pVM);289 288 VMMDECL(bool) PGMIsLockOwner(PVM pVM); 290 289 … … 367 366 VMMDECL(bool) PGMPhysIsGCPhysNormal(PVM pVM, RTGCPHYS GCPhys); 368 367 VMMDECL(int) PGMPhysGCPtr2GCPhys(PVMCPU pVCpu, RTGCPTR GCPtr, PRTGCPHYS pGCPhys); 369 VMMDECL(void) PGMPhysInvalidatePageMapTLB(PVM pVM);370 VMMDECL(void) PGMPhysInvalidatePageMapTLBEntry(PVM pVM, RTGCPHYS GCPhys);371 368 VMMDECL(void) PGMPhysReleasePageMappingLock(PVM pVM, PPGMPAGEMAPLOCK pLock); 372 369 VMMDECL(int) PGMPhysRead(PVM pVM, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead); … … 396 393 #endif 397 394 398 VMMDECL( void)PGMSetLargePageUsage(PVM pVM, bool fUseLargePages);395 VMMDECL(int) PGMSetLargePageUsage(PVM pVM, bool fUseLargePages); 399 396 400 397 /**
Note:
See TracChangeset
for help on using the changeset viewer.