VirtualBox

Changeset 81167 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Oct 9, 2019 8:15:37 AM (5 years ago)
Author:
vboxsync
Message:

IOM: More MMIO work. Splitting out the I/O port related stuff from IOMR0.cpp into IOMR0IoPort.cpp. bugref:9218

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/iom.h

    r81156 r81167  
    573573VMMR0_INT_DECL(int)  IOMR0IoPortGrowRegistrationTables(PGVM pGVM, uint64_t cMinEntries);
    574574VMMR0_INT_DECL(int)  IOMR0IoPortGrowStatisticsTable(PGVM pGVM, uint64_t cMinEntries);
     575VMMR0_INT_DECL(int)  IOMR0MmioGrowRegistrationTables(PGVM pGVM, uint64_t cMinEntries);
     576VMMR0_INT_DECL(int)  IOMR0MmioGrowStatisticsTable(PGVM pGVM, uint64_t cMinEntries);
    575577
    576578
  • trunk/include/VBox/vmm/vmm.h

    r81153 r81167  
    415415    /** Grow the I/O port statistics tables. */
    416416    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,
    417421
    418422    /** Official call we use for testing Ring-0 APIs. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette