VirtualBox

Changeset 87715 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 11, 2021 7:17:35 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142759
Message:

AMD IOMMU: bugref:9654 IOTLB cache bits.

File:
1 edited

Legend:

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

    r87714 r87715  
    174174# define IOMMU_UNLOCK(a_pDevIns, a_pThisCC)         (a_pThisCC)->CTX_SUFF(pIommuHlp)->pfnUnlock((a_pDevIns))
    175175
    176 /** Asserts that the lock is owned by this thread. */
    177 #define IOMMU_ASSERT_LOCKED(a_pDevIns)              do { } while (0)
    178 
    179 /** Asserts that the lock isn't owned by this thread. */
    180 #define IOMMU_ASSERT_NOT_LOCKED(a_pDevIns)          do { } while (0)
    181 
    182176
    183177/*********************************************************************************************************************************
     
    25482542static void iommuAmdHwErrorSet(PPDMDEVINS pDevIns, PCEVT_GENERIC_T pEvent)
    25492543{
    2550     IOMMU_ASSERT_LOCKED(pDevIns);
    2551 
    25522544    PIOMMU pThis = PDMDEVINS_2_DATA(pDevIns, PIOMMU);
    25532545    if (pThis->ExtFeat.n.u1HwErrorSup)
Note: See TracChangeset for help on using the changeset viewer.

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