Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/amd/
Dppr.c76 perm |= IOMMU_FAULT_PERM_PRIV; in ppr_flag_to_fault_perm()
/linux-6.12.1/drivers/iommu/
Diommu-sva.c244 if (!(prm->perm & IOMMU_FAULT_PERM_PRIV)) in iommu_sva_handle_mm()
/linux-6.12.1/drivers/iommu/intel/
Dsvm.c380 prot |= IOMMU_FAULT_PERM_PRIV; in prq_to_iommu_prot()
/linux-6.12.1/include/linux/
Diommu.h49 #define IOMMU_FAULT_PERM_PRIV (1 << 3) /* privileged */ macro
/linux-6.12.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c1792 perm |= IOMMU_FAULT_PERM_PRIV; in arm_smmu_handle_evt()