Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Diommu.h12 #define IOMMU_FAULT_PERM_WRITE (1 << 1) /* write */ macro
/openbmc/linux/drivers/iommu/
H A Diommu-sva.c178 if (prm->perm & IOMMU_FAULT_PERM_WRITE) { in iommu_sva_handle_iopf()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c560 prot |= IOMMU_FAULT_PERM_WRITE; in prq_to_iommu_prot()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1504 perm |= IOMMU_FAULT_PERM_WRITE; in arm_smmu_handle_evt()