Changeset 83942 in vbox
- Timestamp:
- Apr 23, 2020 10:32:43 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r83941 r83942 2800 2800 * @param uDva The device virtual address being read. 2801 2801 * @param cbRead The number of bytes being read. 2802 * @param GCPhysOutWhere to store the translated physical address.2802 * @param pGCPhysOut Where to store the translated physical address. 2803 2803 * 2804 2804 * @thread Any. … … 2819 2819 * @param uDva The device virtual address being written. 2820 2820 * @param cbRead The number of bytes being written. 2821 * @param GCPhysOutWhere to store the translated physical address.2821 * @param pGCPhysOut Where to store the translated physical address. 2822 2822 * 2823 2823 * @thread Any.
Note:
See TracChangeset
for help on using the changeset viewer.