Searched refs:iommu_fault_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | iommu.h | 42 struct iommu_fault_event; 302 struct iommu_fault_event *evt, 340 struct iommu_fault_event { struct 495 struct iommu_fault_event *evt); 906 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
|
| D | intel-iommu.h | 772 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
|
| /Linux-v5.15/drivers/iommu/intel/ |
| D | svm.c | 851 struct iommu_fault_event event; in intel_svm_prq_report() 857 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report() 1102 struct iommu_fault_event *evt, in intel_svm_page_response()
|
| /Linux-v5.15/drivers/iommu/ |
| D | iommu.c | 1200 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault() 1203 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault() 1220 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault() 1249 struct iommu_fault_event *evt; in iommu_page_response()
|
| /Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/ |
| D | arm-smmu-v3.c | 903 struct iommu_fault_event *unused, in arm_smmu_page_response() 1446 struct iommu_fault_event fault_evt = { }; in arm_smmu_handle_evt()
|