Searched refs:iommu_report_device_fault (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iommu/
H A Dio-pgfault.c51 /* Pair with iommu_report_device_fault(). */
141 * iommu_report_device_fault() - Report fault event to device driver
180 void iommu_report_device_fault(struct device *dev, struct iopf_fault *evt) function
229 EXPORT_SYMBOL_GPL(iommu_report_device_fault); variable
392 * passed from iommu_report_device_fault() to the fault handling work, and
/linux-master/include/linux/
H A Diommu.h1576 void iommu_report_device_fault(struct device *dev, struct iopf_fault *evt);
1615 iommu_report_device_fault(struct device *dev, struct iopf_fault *evt) function
/linux-master/drivers/iommu/intel/
H A Dsvm.c579 * iommu_report_device_fault() doesn't understand this vendor
594 iommu_report_device_fault(dev, &event);
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1694 iommu_report_device_fault(master->dev, &fault_evt);

Completed in 124 milliseconds