Changeset 89729 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Jun 16, 2021 5:57:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp
r89727 r89729 54 54 /** Checks if the MMIO offset is valid. */ 55 55 #define DMAR_IS_MMIO_OFF_VALID(a_off) ( (a_off) < DMAR_MMIO_GROUP_0_OFF_END \ 56 || (a_off) - DMAR_MMIO_GROUP_1_OFF_FIRST < DMAR_MMIO_GROUP_1_SIZE)56 || (a_off) - DMAR_MMIO_GROUP_1_OFF_FIRST < (unsigned)DMAR_MMIO_GROUP_1_SIZE) 57 57 58 58 /** Acquires the DMAR lock but returns with the given busy error code on failure. */
Note:
See TracChangeset
for help on using the changeset viewer.