Changeset 84075 in vbox for trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
- Timestamp:
- Apr 29, 2020 11:07:46 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r84074 r84075 3136 3136 * Constructs a DEV_TAB_HARDWARE_ERROR event. 3137 3137 * 3138 * @param uDevId The device ID. 3139 * @param GCPhysDevTabEntry The device table system physical address. 3140 * @param fTranslation Whether this is an translation or transaction 3141 * request. 3142 * @param fInterrupt Whether the transaction was an interrupt or memory 3143 * request. 3144 * @param fReadWrite Whether the transaction was read-write or read-only. 3145 * Only meaninful when @a fTranslate is @c false and @a 3146 * fInterrupt is 3147 * @c false. 3148 * @param pEvent Where to store the event. 3138 * @param uDevId The device ID. 3139 * @param GCPhysDevTab The device table system physical address. 3140 * @param fTranslation Whether this is an translation or transaction request. 3141 * @param fInterrupt Whether the transaction was an interrupt or memory 3142 * request. 3143 * @param fReadWrite Whether the transaction was read-write or read-only. 3144 * Only meaninful when @a fTranslate is @c false and 3145 * @a fInterrupt is false. 3146 * @param pEvent Where to store the constructed event. 3149 3147 * 3150 3148 * @thread Any.
Note:
See TracChangeset
for help on using the changeset viewer.