Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Diommu.h47 struct iommu_fault_event;
307 struct iommu_fault_event *evt,
336 struct iommu_fault_event { struct
477 struct iommu_fault_event *evt);
840 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
/Linux-v5.4/drivers/iommu/
Diommu.c1037 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
1040 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault()
1057 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault()
1086 struct iommu_fault_event *evt; in iommu_page_response()