Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Dexynos-iommu.c206 { REG_AW_FAULT_ADDR, "MULTI-HIT", IOMMU_FAULT_WRITE },
210 { REG_AW_FAULT_ADDR, "SECURITY PROTECTION", IOMMU_FAULT_WRITE },
211 { REG_AW_FAULT_ADDR, "ACCESS PROTECTION", IOMMU_FAULT_WRITE },
339 fault->type = IOMMU_FAULT_WRITE; in exynos_sysmmu_v5_get_fault_info()
360 fault->type = (info & BIT(20)) ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ; in exynos_sysmmu_v7_get_fault_info()
Dsun50i-iommu.c867 &iova, master, (prot == IOMMU_FAULT_WRITE) ? "wr" : "rd"); in sun50i_iommu_report_fault()
923 dir = IOMMU_FAULT_WRITE; in sun50i_iommu_handle_perm_irq()
Drockchip-iommu.c610 IOMMU_FAULT_WRITE : IOMMU_FAULT_READ; in rk_iommu_irq()
614 (flags == IOMMU_FAULT_WRITE) ? "write" : "read"); in rk_iommu_irq()
Dmtk_iommu.c508 write ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ)) { in mtk_iommu_isr()
/linux-6.12.1/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom-debug.c403 cfi.fsynr & ARM_SMMU_CB_FSYNR0_WNR ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ); in qcom_smmu_context_fault()
415 cfi.fsynr & ARM_SMMU_CB_FSYNR0_WNR ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ); in qcom_smmu_context_fault()
Darm-smmu.c467 cfi.fsynr & ARM_SMMU_CB_FSYNR0_WNR ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ); in arm_smmu_context_fault()
/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c289 flags & IOMMU_FAULT_WRITE ? "WRITE" : "READ", in adreno_fault_handler()
868 drm_printf(p, " - dir=%s\n", info->flags & IOMMU_FAULT_WRITE ? "WRITE" : "READ"); in adreno_show()
/linux-6.12.1/include/linux/
Diommu.h153 #define IOMMU_FAULT_WRITE 0x1 macro
/linux-6.12.1/drivers/iommu/amd/
Diommu.c701 IOMMU_FAULT_WRITE : in amd_iommu_report_page_fault()