Changeset 88642 in vbox for trunk/src/VBox
- Timestamp:
- Apr 22, 2021 7:09:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r88622 r88642 207 207 else \ 208 208 return rcLock; \ 209 } while (0) 210 211 /** Checks if the current thread owns the PDM lock. */ 212 # define IOMMU_ASSERT_LOCK_IS_OWNER(a_pDevIns, a_pThisCC) \ 213 do \ 214 { \ 215 Assert((a_pThisCC)->CTX_SUFF(pIommuHlp)->pfnLockIsOwner((a_pDevIns))); \ 216 NOREF(a_pThisCC); \ 209 217 } while (0) 210 218
Note:
See TracChangeset
for help on using the changeset viewer.