Home
last modified time | relevance | path

Searched refs:AMD_IOMMU_PTDE_PR (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c728 if (AMD_IOMMU_REG_GET64(pdtep, AMD_IOMMU_PTDE_PR) == 0) { in amd_iommu_lookup_pgtable()
762 AMD_IOMMU_PTDE_PR) == 0); in amd_iommu_alloc_from_freelist()
940 AMD_IOMMU_PTDE_PR) == 0); in amd_iommu_free_pgtable()
970 if (AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_PR) == 1) { in init_pde()
991 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_PR, 1); in init_pde()
993 ASSERT(AMD_IOMMU_REG_GET64(pdep, AMD_IOMMU_PTDE_PR) == 1); in init_pde()
1008 if (AMD_IOMMU_REG_GET64(ptep, AMD_IOMMU_PTDE_PR) == 1) { in init_pte()
1065 AMD_IOMMU_REG_SET64(ptep, AMD_IOMMU_PTDE_PR, 1); in init_pte()
1067 ASSERT(AMD_IOMMU_REG_GET64(ptep, AMD_IOMMU_PTDE_PR) == 1); in init_pte()
1172 if (AMD_IOMMU_REG_GET64(ptdep, AMD_IOMMU_PTDE_PR) == 1) { in amd_iommu_teardown_pdte()
[all …]
H A Damd_iommu_page_tables.h40 #define AMD_IOMMU_PTDE_PR (0 << 16 | 0) macro