Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Diommu.h42 struct iommu_fault_event;
292 struct iommu_fault_event *evt,
330 struct iommu_fault_event { struct
499 struct iommu_fault_event *evt);
876 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
Dintel-iommu.h752 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
/Linux-v5.10/drivers/iommu/intel/
Dsvm.c873 struct iommu_fault_event event; in intel_svm_prq_report()
879 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report()
1124 struct iommu_fault_event *evt, in intel_svm_page_response()
/Linux-v5.10/drivers/iommu/
Diommu.c1143 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
1146 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault()
1163 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault()
1192 struct iommu_fault_event *evt; in iommu_page_response()