Changeset 26616 in vbox for trunk/include
- Timestamp:
- Feb 17, 2010 3:44:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/pgm.h ¶
r26606 r26616 534 534 VMMR3DECL(void) PGMR3PhysChunkInvalidateTLB(PVM pVM); 535 535 VMMR3DECL(int) PGMR3PhysAllocateHandyPages(PVM pVM); 536 VMMR3DECL(int) PGMR3PhysAllocateLargeHandyPage(PVM pVM );536 VMMR3DECL(int) PGMR3PhysAllocateLargeHandyPage(PVM pVM, RTGCPHYS GCPhys); 537 537 538 538 VMMR3DECL(void) PGMR3ReleaseOwnedLocks(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.