Home
last modified time | relevance | path

Searched refs:IOMMU_FAULT_WRITE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/iommu/
H A Dexynos-iommu.c203 { REG_AW_FAULT_ADDR, "MULTI-HIT", IOMMU_FAULT_WRITE },
207 { REG_AW_FAULT_ADDR, "SECURITY PROTECTION", IOMMU_FAULT_WRITE },
208 { REG_AW_FAULT_ADDR, "ACCESS PROTECTION", IOMMU_FAULT_WRITE },
336 fault->type = IOMMU_FAULT_WRITE; in exynos_sysmmu_v5_get_fault_info()
357 fault->type = (info & BIT(20)) ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ; in exynos_sysmmu_v7_get_fault_info()
H A Dsun50i-iommu.c853 &iova, master, (prot == IOMMU_FAULT_WRITE) ? "wr" : "rd"); in sun50i_iommu_report_fault()
909 dir = IOMMU_FAULT_WRITE; in sun50i_iommu_handle_perm_irq()
H A Drockchip-iommu.c609 IOMMU_FAULT_WRITE : IOMMU_FAULT_READ; in rk_iommu_irq()
613 (flags == IOMMU_FAULT_WRITE) ? "write" : "read"); in rk_iommu_irq()
H A Dmtk_iommu.c508 write ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ)) { in mtk_iommu_isr()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c289 flags & IOMMU_FAULT_WRITE ? "WRITE" : "READ", in adreno_fault_handler()
853 drm_printf(p, " - dir=%s\n", info->flags & IOMMU_FAULT_WRITE ? "WRITE" : "READ"); in adreno_show()
/openbmc/linux/include/linux/
H A Diommu.h47 #define IOMMU_FAULT_WRITE 0x1 macro
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c410 fsynr & ARM_SMMU_FSYNR0_WNR ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ); in arm_smmu_context_fault()
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c573 IOMMU_FAULT_WRITE : in amd_iommu_report_page_fault()