Searched refs:IOMMU_FAULT_WRITE (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/iommu/ |
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()
|
A D | sun50i-iommu.c | 852 &iova, master, (prot == IOMMU_FAULT_WRITE) ? "wr" : "rd"); in sun50i_iommu_report_fault() 908 dir = IOMMU_FAULT_WRITE; in sun50i_iommu_handle_perm_irq()
|
A D | rockchip-iommu.c | 636 IOMMU_FAULT_WRITE : IOMMU_FAULT_READ; in rk_iommu_irq() 640 (flags == IOMMU_FAULT_WRITE) ? "write" : "read"); in rk_iommu_irq()
|
A D | mtk_iommu.c | 466 write ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ)) { in mtk_iommu_isr()
|
/linux-6.3-rc2/include/linux/ |
A D | iommu.h | 48 #define IOMMU_FAULT_WRITE 0x1 macro
|
/linux-6.3-rc2/drivers/gpu/drm/msm/adreno/ |
A D | adreno_gpu.c | 808 drm_printf(p, " - dir=%s\n", info->flags & IOMMU_FAULT_WRITE ? "WRITE" : "READ"); in adreno_show()
|
A D | a6xx_gpu.c | 1410 flags & IOMMU_FAULT_WRITE ? "WRITE" : "READ", in a6xx_fault_handler()
|
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu/ |
A D | arm-smmu.c | 411 fsynr & ARM_SMMU_FSYNR0_WNR ? IOMMU_FAULT_WRITE : IOMMU_FAULT_READ); in arm_smmu_context_fault()
|
/linux-6.3-rc2/drivers/iommu/amd/ |
A D | iommu.c | 573 IOMMU_FAULT_WRITE : in amd_iommu_report_page_fault()
|
Completed in 38 milliseconds