Changeset 84228 in vbox for trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
- Timestamp:
- May 9, 2020 6:05:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r84227 r84228 4282 4282 uint64_t const cbPhysPage = UINT64_C(1) << Iotlbe.cShift; 4283 4283 cbChecked += cbPhysPage; 4284 if (cb Access <= cbChecked)4284 if (cbChecked >= cbAccess) 4285 4285 break; 4286 4286 uBaseIova += cbPhysPage;
Note:
See TracChangeset
for help on using the changeset viewer.