Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Diommu.h14 #define IOMMU_FAULT_PERM_PRIV (1 << 3) /* privileged */ macro
/linux-6.1.9/drivers/iommu/
Dio-pgfault.c110 if (!(prm->perm & IOMMU_FAULT_PERM_PRIV)) in iopf_handle_single()
/linux-6.1.9/drivers/iommu/intel/
Dsvm.c605 prot |= IOMMU_FAULT_PERM_PRIV; in prq_to_iommu_prot()
/linux-6.1.9/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c1492 perm |= IOMMU_FAULT_PERM_PRIV; in arm_smmu_handle_evt()