Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Diommu.h11 #define IOMMU_FAULT_PERM_READ (1 << 0) /* read */ macro
/openbmc/linux/drivers/iommu/
H A Diommu-sva.c175 if (prm->perm & IOMMU_FAULT_PERM_READ) in iommu_sva_handle_iopf()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c558 prot |= IOMMU_FAULT_PERM_READ; in prq_to_iommu_prot()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1502 perm |= IOMMU_FAULT_PERM_READ; in arm_smmu_handle_evt()