Changeset 87667 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 9, 2021 5:14:18 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r87666 r87667 1099 1099 * @param uDomainId The domain ID. 1100 1100 * @param uIova The I/O virtual address. 1101 * @param cbAc essThe size of the access (must be 4K aligned).1101 * @param cbAccess The size of the access (must be 4K aligned). 1102 1102 * @param GCPhysSpa The translated system-physical address. 1103 1103 * @param fPerm The I/O permissions for the access, see IOMMU_IO_PERM_XXX. … … 3575 3575 * @param fPerm The I/O permissions for this access, see 3576 3576 * IOMMU_IO_PERM_XXX. 3577 * @param enmOp The IOMMU operation being performed. 3577 3578 * @param pGCPhysSpa Where to store the translated system physical address. 3578 3579 * @param pcbContiguous Where to store the number of contiguous bytes translated
Note:
See TracChangeset
for help on using the changeset viewer.