Searched refs:IOMMU_FAULT_WRITE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 203 { 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 D | sun50i-iommu.c | 853 &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 D | rockchip-iommu.c | 609 IOMMU_FAULT_WRITE : IOMMU_FAULT_READ; in rk_iommu_irq() 613 (flags == IOMMU_FAULT_WRITE) ? "write" : "read"); in rk_iommu_irq()
|
H A D | mtk_iommu.c | 508 write ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ)) { in mtk_iommu_isr()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | adreno_gpu.c | 289 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 D | iommu.h | 47 #define IOMMU_FAULT_WRITE 0x1 macro
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 410 fsynr & ARM_SMMU_FSYNR0_WNR ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ); in arm_smmu_context_fault()
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | iommu.c | 573 IOMMU_FAULT_WRITE : in amd_iommu_report_page_fault()
|