Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Diommu.h13 #define IOMMU_FAULT_PERM_EXEC (1 << 2) /* exec */ macro
/openbmc/linux/drivers/iommu/
H A Diommu-sva.c183 if (prm->perm & IOMMU_FAULT_PERM_EXEC) { in iommu_sva_handle_iopf()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c562 prot |= IOMMU_FAULT_PERM_EXEC; in prq_to_iommu_prot()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1507 perm |= IOMMU_FAULT_PERM_EXEC; in arm_smmu_handle_evt()