Home
last modified time | relevance | path

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

/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom-debug.c402 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 Dqcom_iommu.c203 if (!report_iommu_fault(ctx->domain, ctx->dev, iova, 0)) { in qcom_iommu_fault()
H A Darm-smmu.c470 ret = report_iommu_fault(&smmu_domain->domain, NULL, cfi.iova, in arm_smmu_context_fault()
/linux/drivers/iommu/
H A Dmtk_iommu_v1.c225 if (report_iommu_fault(&dom->domain, data->dev, fault_iova, in mtk_iommu_v1_isr()
H A Dipmmu-vmsa.c527 if (!report_iommu_fault(&domain->io_domain, mmu->dev, iova, 0)) in ipmmu_domain_irq()
H A Drockchip-iommu.c625 report_iommu_fault(iommu->domain, iommu->dev, iova, in rk_iommu_irq()
H A Diommu.c2716 * 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 Dexynos-iommu.c195 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 Domap-iommu.c820 if (!report_iommu_fault(domain, obj->dev, da, 0)) in iommu_fault_handler()