Changeset 81167 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Oct 9, 2019 8:15:37 AM (5 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iom.h
r81156 r81167 573 573 VMMR0_INT_DECL(int) IOMR0IoPortGrowRegistrationTables(PGVM pGVM, uint64_t cMinEntries); 574 574 VMMR0_INT_DECL(int) IOMR0IoPortGrowStatisticsTable(PGVM pGVM, uint64_t cMinEntries); 575 VMMR0_INT_DECL(int) IOMR0MmioGrowRegistrationTables(PGVM pGVM, uint64_t cMinEntries); 576 VMMR0_INT_DECL(int) IOMR0MmioGrowStatisticsTable(PGVM pGVM, uint64_t cMinEntries); 575 577 576 578 -
trunk/include/VBox/vmm/vmm.h
r81153 r81167 415 415 /** Grow the I/O port statistics tables. */ 416 416 VMMR0_DO_IOM_GROW_IO_PORT_STATS, 417 /** Grow the MMIO registration tables. */ 418 VMMR0_DO_IOM_GROW_MMIO_REGS, 419 /** Grow the MMIO statistics tables. */ 420 VMMR0_DO_IOM_GROW_MMIO_STATS, 417 421 418 422 /** Official call we use for testing Ring-0 APIs. */
Note:
See TracChangeset
for help on using the changeset viewer.