Searched refs:AMD_IOMMU_REG_GET32 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_log.c | 129 ASSERT(AMD_IOMMU_REG_GET32(&event[1], AMD_IOMMU_EVENT_TYPE) == 132 deviceid = AMD_IOMMU_REG_GET32(&event[0], 135 TR = AMD_IOMMU_REG_GET32(&event[1], 138 RZ = AMD_IOMMU_REG_GET32(&event[1], 141 RW = AMD_IOMMU_REG_GET32(&event[1], 144 I = AMD_IOMMU_REG_GET32(&event[1], 147 vaddr_lo = AMD_IOMMU_REG_GET32(&event[2], 181 ASSERT(AMD_IOMMU_REG_GET32(&event[1], AMD_IOMMU_EVENT_TYPE) == 184 deviceid = AMD_IOMMU_REG_GET32(&event[0], 187 TR = AMD_IOMMU_REG_GET32( [all...] |
H A D | amd_iommu_impl.c | 975 iommu->aiomt_npcache = AMD_IOMMU_REG_GET32(&caphdr, 977 iommu->aiomt_httun = AMD_IOMMU_REG_GET32(&caphdr, AMD_IOMMU_CAP_HTTUN); 986 AMD_IOMMU_REG_GET32(&caphdr, AMD_IOMMU_CAP_IOTLB); 988 iommu->aiomt_captype = AMD_IOMMU_REG_GET32(&caphdr, AMD_IOMMU_CAP_TYPE); 989 iommu->aiomt_capid = AMD_IOMMU_REG_GET32(&caphdr, AMD_IOMMU_CAP_ID); 1012 iommu->aiomt_rng_valid = AMD_IOMMU_REG_GET32(&range, 1015 iommu->aiomt_rng_bus = AMD_IOMMU_REG_GET32(&range, 1017 iommu->aiomt_first_devfn = AMD_IOMMU_REG_GET32(&range, 1019 iommu->aiomt_last_devfn = AMD_IOMMU_REG_GET32(&range, 1030 iommu->aiomt_ht_unitid = AMD_IOMMU_REG_GET32( [all...] |
H A D | amd_iommu_acpi.c | 345 ASSERT(AMD_IOMMU_REG_GET32(&ivrsp->ivrs_ivinfo, 347 ASSERT(AMD_IOMMU_REG_GET32(&ivrsp->ivrs_ivinfo, 765 AMD_IOMMU_REG_GET32(&ivrs_ivinfo, AMD_IOMMU_ACPI_HT_ATSRSV); 767 AMD_IOMMU_REG_GET32(&ivrs_ivinfo, AMD_IOMMU_ACPI_VA_SIZE); 769 AMD_IOMMU_REG_GET32(&ivrs_ivinfo, AMD_IOMMU_ACPI_PA_SIZE);
|
H A D | amd_iommu_impl.h | 294 #define AMD_IOMMU_REG_GET32(rp, b) \ macro
|
Completed in 51 milliseconds