Searched refs:report_iommu_fault (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom-debug.c | 402 ret = report_iommu_fault(&smmu_domain->domain, NULL, cfi.iova, in qcom_smmu_context_fault() 420 tmp = report_iommu_fault(&smmu_domain->domain, NULL, cfi.iova, in qcom_smmu_context_fault()
|
H A D | qcom_iommu.c | 203 if (!report_iommu_fault(ctx->domain, ctx->dev, iova, 0)) { in qcom_iommu_fault()
|
H A D | arm-smmu.c | 470 ret = report_iommu_fault(&smmu_domain->domain, NULL, cfi.iova, in arm_smmu_context_fault()
|
/linux/drivers/iommu/ |
H A D | mtk_iommu_v1.c | 225 if (report_iommu_fault(&dom->domain, data->dev, fault_iova, in mtk_iommu_v1_isr()
|
H A D | ipmmu-vmsa.c | 527 if (!report_iommu_fault(&domain->io_domain, mmu->dev, iova, 0)) in ipmmu_domain_irq()
|
H A D | rockchip-iommu.c | 625 report_iommu_fault(iommu->domain, iommu->dev, iova, in rk_iommu_irq()
|
H A D | iommu.c | 2716 * report_iommu_fault() - report about an IOMMU fault to the IOMMU framework 2739 int report_iommu_fault(struct iommu_domain *domain, struct device *dev, in report_iommu_fault() function 2756 EXPORT_SYMBOL_GPL(report_iommu_fault);
|
H A D | exynos-iommu.c | 195 unsigned int type; /* fault type for report_iommu_fault() */ 201 unsigned int type; /* fault type for report_iommu_fault */ 588 ret = report_iommu_fault(&data->domain->domain, data->master, in exynos_sysmmu_irq()
|
H A D | omap-iommu.c | 820 if (!report_iommu_fault(domain, obj->dev, da, 0)) in iommu_fault_handler()
|