Home
last modified time | relevance | path

Searched refs:report_iommu_fault (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/iommu/
H A Dmtk_iommu_v1.c215 if (report_iommu_fault(&dom->domain, data->dev, fault_iova, in mtk_iommu_v1_isr()
H A Dipmmu-vmsa.c516 if (!report_iommu_fault(&domain->io_domain, mmu->dev, iova, 0)) in ipmmu_domain_irq()
H A Dsun50i-iommu.c856 report_iommu_fault(iommu->domain, iommu->dev, iova, prot); in sun50i_iommu_report_fault()
H A Diommu.c2697 int report_iommu_fault(struct iommu_domain *domain, struct device *dev, in report_iommu_fault() function
2713 EXPORT_SYMBOL_GPL(report_iommu_fault);
H A Drockchip-iommu.c623 report_iommu_fault(iommu->domain, iommu->dev, iova, in rk_iommu_irq()
H A Dexynos-iommu.c584 ret = report_iommu_fault(&data->domain->domain, data->master, in exynos_sysmmu_irq()
H A Domap-iommu.c820 if (!report_iommu_fault(domain, obj->dev, da, 0)) in iommu_fault_handler()
H A Dmtk_iommu.c507 if (!dom || report_iommu_fault(&dom->domain, bank->parent_dev, fault_iova, in mtk_iommu_isr()
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c213 if (!report_iommu_fault(ctx->domain, ctx->dev, iova, 0)) { in qcom_iommu_fault()
H A Darm-smmu.c409 ret = report_iommu_fault(domain, NULL, iova, in arm_smmu_context_fault()
/openbmc/linux/include/linux/
H A Diommu.h541 extern int report_iommu_fault(struct iommu_domain *domain, struct device *dev,
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c570 if (!report_iommu_fault(&dev_data->domain->domain, in amd_iommu_report_page_fault()