VirtualBox

Ignore:
Timestamp:
May 9, 2020 6:05:08 PM (5 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 Bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp

    r84227 r84228  
    42824282                uint64_t const cbPhysPage = UINT64_C(1) << Iotlbe.cShift;
    42834283                cbChecked += cbPhysPage;
    4284                 if (cbAccess <= cbChecked)
     4284                if (cbChecked >= cbAccess)
    42854285                    break;
    42864286                uBaseIova += cbPhysPage;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette