Searched refs:pdep (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_page_tables.c | 966 uint64_t *pdep = &(ppt->pt_pgtblva[pt->pt_index]); local 970 if (AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_PR) == 1) { 974 ASSERT(AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_ADDR) 983 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_IW, 1); 984 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_IR, 1); 985 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_ADDR, 988 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_NXT_LVL, 991 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_PR, 1); 993 ASSERT(AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_PR) == 1);
|
Completed in 65 milliseconds