Changeset 91245 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 15, 2021 10:53:06 AM (3 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r91243 r91245 788 788 VMMR3DECL(int) PGMR3PhysBulkGCPhys2CCPtrReadOnlyExternal(PVM pVM, uint32_t cPages, PCRTGCPHYS paGCPhysPages, 789 789 void const **papvPages, PPGMPAGEMAPLOCK paLocks); 790 VMMR3DECL(int) PGMR3PhysChunkMap(PVM pVM, uint32_t idChunk);791 790 VMMR3DECL(void) PGMR3PhysChunkInvalidateTLB(PVM pVM); 792 791 VMMR3DECL(int) PGMR3PhysAllocateHandyPages(PVM pVM); -
trunk/include/VBox/vmm/vmm.h
r91243 r91245 58 58 VMMCALLRING3_VM_R0_ASSERTION, 59 59 60 /** Maps a chunk into ring-3. */61 VMMCALLRING3_PGM_MAP_CHUNK,62 60 /** Allocates more handy pages. */ 63 61 VMMCALLRING3_PGM_ALLOCATE_HANDY_PAGES,
Note:
See TracChangeset
for help on using the changeset viewer.