Changeset 87343 in vbox for trunk/include/VBox
- Timestamp:
- Jan 21, 2021 9:35:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/iommu-amd.h
r87304 r87343 823 823 } CMD_INV_IOMMU_PAGES_T; 824 824 AssertCompileSize(CMD_INV_IOMMU_PAGES_T, 16); 825 /** Pointer to a invalidate iommu pages command. */ 826 typedef CMD_INV_IOMMU_PAGES_T *PCMD_INV_IOMMU_PAGES_T; 827 /** Pointer to a const invalidate iommu pages command. */ 828 typedef 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) 825 831 826 832 /**
Note:
See TracChangeset
for help on using the changeset viewer.