Changeset 85860 in vbox for trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
- Timestamp:
- Aug 21, 2020 9:52:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r85825 r85860 4433 4433 * @thread Any. 4434 4434 */ 4435 static int iommuAmdDeviceMemRead(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uIova, size_t cbRead, PRTGCPHYS pGCPhysSpa) 4435 static DECLCALLBACK(int) iommuAmdDeviceMemRead(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uIova, size_t cbRead, 4436 PRTGCPHYS pGCPhysSpa) 4436 4437 { 4437 4438 /* Validate. */ … … 4469 4470 * @thread Any. 4470 4471 */ 4471 static int iommuAmdDeviceMemWrite(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uIova, size_t cbWrite, PRTGCPHYS pGCPhysSpa) 4472 static DECLCALLBACK(int) iommuAmdDeviceMemWrite(PPDMDEVINS pDevIns, uint16_t uDevId, uint64_t uIova, size_t cbWrite, 4473 PRTGCPHYS pGCPhysSpa) 4472 4474 { 4473 4475 /* Validate. */ … … 4781 4783 * @param pMsiOut Where to store the remapped MSI. 4782 4784 */ 4783 static intiommuAmdDeviceMsiRemap(PPDMDEVINS pDevIns, uint16_t uDevId, PCMSIMSG pMsiIn, PMSIMSG pMsiOut)4785 static DECLCALLBACK(int) iommuAmdDeviceMsiRemap(PPDMDEVINS pDevIns, uint16_t uDevId, PCMSIMSG pMsiIn, PMSIMSG pMsiOut) 4784 4786 { 4785 4787 /* Validate. */
Note:
See TracChangeset
for help on using the changeset viewer.