Changeset 86131 in vbox for trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
- Timestamp:
- Sep 16, 2020 6:10:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r86119 r86131 1849 1849 if ( !fSuppressEvtLogging 1850 1850 && pIrte) 1851 fSuppressEvtLogging = pIrte->n.u1Suppress Pf;1851 fSuppressEvtLogging = pIrte->n.u1SuppressIoPf; 1852 1852 } 1853 1853 /* else: Events are never suppressed for commands. */ … … 1988 1988 1989 1989 RTGCPHYS const GCPhysDevTab = pThis->aDevTabBaseAddrs[idxSeg].n.u40Base << X86_PAGE_4K_SHIFT; 1990 uint16_t const offDte = (uDevId & ~g_auDevTabSegMasks[idxSegsEn]) * sizeof(DTE_T);1990 uint16_t const offDte = (uDevId & ~g_auDevTabSegMasks[idxSegsEn]) << IOMMU_DTE_SIZE_SHIFT; 1991 1991 RTGCPHYS const GCPhysDte = GCPhysDevTab + offDte; 1992 1992
Note:
See TracChangeset
for help on using the changeset viewer.