Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Diommu.h14 #define IOMMU_FAULT_PERM_PRIV (1 << 3) /* privileged */ macro
/openbmc/linux/drivers/iommu/
H A Diommu-sva.c188 if (!(prm->perm & IOMMU_FAULT_PERM_PRIV)) in iommu_sva_handle_iopf()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c564 prot |= IOMMU_FAULT_PERM_PRIV; in prq_to_iommu_prot()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1510 perm |= IOMMU_FAULT_PERM_PRIV; in arm_smmu_handle_evt()