- Timestamp:
- Oct 19, 2020 7:33:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r85713 r86621 1269 1269 1270 1270 /** 1271 * Performs a physicalmemory read transaction through the IOMMU.1271 * Translates the physical address for a memory read transaction through the IOMMU. 1272 1272 * 1273 1273 * @returns VBox status code. … … 1284 1284 1285 1285 /** 1286 * Performs a physicalmemory write transaction through the IOMMU.1286 * Translates the physical address for a memory write transaction through the IOMMU. 1287 1287 * 1288 1288 * @returns VBox status code. … … 1333 1333 1334 1334 /** 1335 * Performs a physicalmemory read transaction through the IOMMU.1335 * Translates the physical address for a memory read transaction through the IOMMU. 1336 1336 * 1337 1337 * @returns VBox status code. … … 1348 1348 1349 1349 /** 1350 * Performs a physicalmemory write transaction through the IOMMU.1350 * Translates the physical address for a memory write transaction through the IOMMU. 1351 1351 * 1352 1352 * @returns VBox status code. … … 1397 1397 1398 1398 /** 1399 * Performs a physicalmemory read transaction through the IOMMU.1399 * Translates the physical address for a memory read transaction through the IOMMU. 1400 1400 * 1401 1401 * @returns VBox status code. … … 1412 1412 1413 1413 /** 1414 * Performs a physicalmemory write transaction through the IOMMU.1414 * Translates the physical address for a memory write transaction through the IOMMU. 1415 1415 * 1416 1416 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.