Changeset 91243 in vbox for trunk/include
- Timestamp:
- Sep 15, 2021 10:19:31 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146901
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/vmm/pgm.h ¶
r91016 r91243 675 675 VMMR0DECL(VBOXSTRICTRC) PGMR0Trap0eHandlerNPMisconfig(PGVM pGVM, PGVMCPU pGVCpu, PGMMODE enmShwPagingMode, 676 676 PCPUMCTXCORE pRegFrame, RTGCPHYS GCPhysFault, uint32_t uErr); 677 VMMR0_INT_DECL(int) PGMR0PoolGrow(PGVM pGVM );677 VMMR0_INT_DECL(int) PGMR0PoolGrow(PGVM pGVM, VMCPUID idCpu); 678 678 /** @} */ 679 679 #endif /* IN_RING0 */ -
TabularUnified trunk/include/VBox/vmm/vmm.h ¶
r90999 r91243 58 58 VMMCALLRING3_VM_R0_ASSERTION, 59 59 60 /** Grow the PGM shadow page pool. */61 VMMCALLRING3_PGM_POOL_GROW,62 60 /** Maps a chunk into ring-3. */ 63 61 VMMCALLRING3_PGM_MAP_CHUNK,
Note:
See TracChangeset
for help on using the changeset viewer.