Changeset 86732 in vbox
- Timestamp:
- Oct 28, 2020 11:26:09 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r86662 r86732 310 310 STAMCOUNTER StatMmioReadR3; /**< Number of MMIO reads in R3. */ 311 311 STAMCOUNTER StatMmioReadRZ; /**< Number of MMIO reads in RZ. */ 312 313 312 STAMCOUNTER StatMmioWriteR3; /**< Number of MMIO writes in R3. */ 314 313 STAMCOUNTER StatMmioWriteRZ; /**< Number of MMIO writes in RZ. */ … … 324 323 STAMCOUNTER StatMemBulkReadR3; /**< Number of memory read bulk translation requests in R3. */ 325 324 STAMCOUNTER StatMemBulkReadRZ; /**< Number of memory read bulk translation requests in RZ. */ 326 327 STAMCOUNTER StatMemBulkWriteR3; /**< Number of memory read bulk translation requests in R3. */ 328 STAMCOUNTER StatMemBulkWriteRZ; /**< Number of memory read bulk translation requests in RZ. */ 325 STAMCOUNTER StatMemBulkWriteR3; /**< Number of memory write bulk translation requests in R3. */ 326 STAMCOUNTER StatMemBulkWriteRZ; /**< Number of memory write bulk translation requests in RZ. */ 329 327 330 328 STAMCOUNTER StatCmd; /**< Number of commands processed. */
Note:
See TracChangeset
for help on using the changeset viewer.