Home
last modified time | relevance | path

Searched refs:iommu_fault_event (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Diommu.h42 struct iommu_fault_event;
288 struct iommu_fault_event *evt,
390 struct iommu_fault_event { struct
528 struct iommu_fault_event *evt);
924 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c572 struct iommu_fault_event event; in intel_svm_prq_report()
578 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report()
750 struct iommu_fault_event *evt, in intel_svm_page_response()
H A Diommu.h853 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
/openbmc/linux/drivers/iommu/
H A Diommu.c1399 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
1402 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault()
1419 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault()
1448 struct iommu_fault_event *evt; in iommu_page_response()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c925 struct iommu_fault_event *unused, in arm_smmu_page_response()
1477 struct iommu_fault_event fault_evt = { }; in arm_smmu_handle_evt()