VirtualBox

Changeset 87343 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 21, 2021 9:35:59 AM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 IOTLB cache bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/iommu-amd.h

    r87304 r87343  
    823823} CMD_INV_IOMMU_PAGES_T;
    824824AssertCompileSize(CMD_INV_IOMMU_PAGES_T, 16);
     825/** Pointer to a invalidate iommu pages command. */
     826typedef CMD_INV_IOMMU_PAGES_T *PCMD_INV_IOMMU_PAGES_T;
     827/** Pointer to a const invalidate iommu pages command. */
     828typedef CMD_INV_IOMMU_PAGES_T const *PCCMD_INV_IOMMU_PAGES_T;
     829#define IOMMU_CMD_INV_IOMMU_PAGES_QWORD_0_VALID_MASK        UINT64_C(0xf000ffff000fffff)
     830#define IOMMU_CMD_INV_IOMMU_PAGES_QWORD_1_VALID_MASK        UINT64_C(0xfffffffffffff007)
    825831
    826832/**
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