Changeset 89537 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 7, 2021 3:53:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
r89536 r89537 582 582 typedef DMARMEMREQREMAP const *PCDMARMEMREQREMAP; 583 583 584 /** 585 * Callback function to lookup a DMA address. 586 * 587 * @returns VBox status code. 588 * @param pDevIns The IOMMU device instance. 589 * @param pMemReqIn The DMA memory request input. 590 * @param pMemReqAux The DMA memory request auxiliary info. 591 * @param pIoPageOut Where to store the output of the lookup. 592 */ 584 593 typedef DECLCALLBACKTYPE(int, FNDMADDRLOOKUP,(PPDMDEVINS pDevIns, PCDMARMEMREQIN pMemReqIn, PCDMARMEMREQAUX pMemReqAux, 585 594 PDMARIOPAGE pIoPageOut)); 595 /** Pointer to a DMA address-lookup function. */ 586 596 typedef FNDMADDRLOOKUP *PFNDMADDRLOOKUP; 587 597
Note:
See TracChangeset
for help on using the changeset viewer.