Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c984 AMD_IOMMU_REG_SET64(pdep, AMD_IOMMU_PTDE_IR, 1); in init_pde()
1017 R = AMD_IOMMU_REG_GET64(ptep, AMD_IOMMU_PTDE_IR); in init_pte()
1021 AMD_IOMMU_REG_SET64(ptep, AMD_IOMMU_PTDE_IR, 1); in init_pte()
1040 AMD_IOMMU_REG_SET64(ptep, AMD_IOMMU_PTDE_IR, 0); in init_pte()
1044 AMD_IOMMU_REG_SET64(ptep, AMD_IOMMU_PTDE_IR, 1); in init_pte()
1047 AMD_IOMMU_REG_SET64(ptep, AMD_IOMMU_PTDE_IR, 1); in init_pte()
1054 AMD_IOMMU_REG_SET64(ptep, AMD_IOMMU_PTDE_IR, 1); in init_pte()
H A Damd_iommu_page_tables.h37 #define AMD_IOMMU_PTDE_IR (61 << 16 | 61) macro