Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/amd/
H A Dio_pgtable_v2.c24 #define IOMMU_PAGE_USER BIT_ULL(2) /* Userspace addressable */ 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()