Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/amd/
H A Dio_pgtable_v2.c22 #define IOMMU_PAGE_PRESENT BIT_ULL(0) /* Is present */ macro
52 prot = IOMMU_PAGE_PRESENT | IOMMU_PAGE_RW | IOMMU_PAGE_USER; in set_pgtable_attr()
68 pte |= IOMMU_PAGE_PRESENT | IOMMU_PAGE_USER; in set_pte_attr()