VirtualBox

Changeset 89537 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 7, 2021 3:53:21 AM (4 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp

    r89536 r89537  
    582582typedef DMARMEMREQREMAP const *PCDMARMEMREQREMAP;
    583583
     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 */
    584593typedef DECLCALLBACKTYPE(int, FNDMADDRLOOKUP,(PPDMDEVINS pDevIns, PCDMARMEMREQIN pMemReqIn, PCDMARMEMREQAUX pMemReqAux,
    585594                                              PDMARIOPAGE pIoPageOut));
     595/** Pointer to a DMA address-lookup function. */
    586596typedef FNDMADDRLOOKUP *PFNDMADDRLOOKUP;
    587597
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