/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | mtk_iommu_v1.c | 181 if (report_iommu_fault(&dom->domain, data->dev, fault_iova, in mtk_iommu_isr()
|
H A D | sun50i-iommu.c | 797 report_iommu_fault(iommu->domain, iommu->dev, iova, prot); in sun50i_iommu_report_fault()
|
H A D | mtk_iommu.c | 277 if (report_iommu_fault(&dom->domain, data->dev, fault_iova, in mtk_iommu_isr()
|
H A D | ipmmu-vmsa.c | 531 if (!report_iommu_fault(&domain->io_domain, mmu->dev, iova, 0)) in ipmmu_domain_irq()
|
H A D | iommu.c | 2616 * report_iommu_fault() - report about an IOMMU fault to the IOMMU framework 2639 int report_iommu_fault(struct iommu_domain *domain, struct device *dev, in report_iommu_fault() function 2655 EXPORT_SYMBOL_GPL(report_iommu_fault); variable
|
H A D | exynos-iommu.c | 201 unsigned int type; /* fault type for report_iommu_fault */ 444 ret = report_iommu_fault(&data->domain->domain, in exynos_sysmmu_irq()
|
H A D | rockchip-iommu.c | 563 report_iommu_fault(iommu->domain, iommu->dev, iova, in rk_iommu_irq()
|
H A D | omap-iommu.c | 821 if (!report_iommu_fault(domain, obj->dev, da, 0)) in iommu_fault_handler()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 223 if (!report_iommu_fault(ctx->domain, ctx->dev, iova, 0)) { in qcom_iommu_fault()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 517 extern int report_iommu_fault(struct iommu_domain *domain, struct device *dev,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iommu.h | 541 extern int report_iommu_fault(struct iommu_domain *domain, struct device *dev,
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | mtk_iommu_v1.c | 215 if (report_iommu_fault(&dom->domain, data->dev, fault_iova, in mtk_iommu_v1_isr()
|
H A D | ipmmu-vmsa.c | 516 if (!report_iommu_fault(&domain->io_domain, mmu->dev, iova, 0)) in ipmmu_domain_irq()
|
H A D | sun50i-iommu.c | 855 report_iommu_fault(iommu->domain, iommu->dev, iova, prot); in sun50i_iommu_report_fault()
|
H A D | iommu.c | 2674 * report_iommu_fault() - report about an IOMMU fault to the IOMMU framework 2697 int report_iommu_fault(struct iommu_domain *domain, struct device *dev, in report_iommu_fault() function 2713 EXPORT_SYMBOL_GPL(report_iommu_fault); variable
|
H A D | rockchip-iommu.c | 623 report_iommu_fault(iommu->domain, iommu->dev, iova, in rk_iommu_irq()
|
H A D | exynos-iommu.c | 191 unsigned int type; /* fault type for report_iommu_fault() */ 197 unsigned int type; /* fault type for report_iommu_fault */ 584 ret = report_iommu_fault(&data->domain->domain, data->master, in exynos_sysmmu_irq()
|
H A D | mtk_iommu.c | 507 if (!dom || report_iommu_fault(&dom->domain, bank->parent_dev, fault_iova, in mtk_iommu_isr()
|
H A D | omap-iommu.c | 820 if (!report_iommu_fault(domain, obj->dev, da, 0)) in iommu_fault_handler()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 213 if (!report_iommu_fault(ctx->domain, ctx->dev, iova, 0)) { in qcom_iommu_fault()
|
H A D | arm-smmu.c | 409 ret = report_iommu_fault(domain, NULL, iova, in arm_smmu_context_fault()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 557 * bit will be unset), allow report_iommu_fault() to in amd_iommu_report_page_fault() 570 if (!report_iommu_fault(&dev_data->domain->domain, in amd_iommu_report_page_fault()
|