Searched refs:iommu_fault_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | iommu.h | 42 struct iommu_fault_event; 288 struct iommu_fault_event *evt, 390 struct iommu_fault_event { struct 528 struct iommu_fault_event *evt); 923 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
|
| /Linux-v6.6/drivers/iommu/intel/ |
| D | svm.c | 546 struct iommu_fault_event event; in intel_svm_prq_report() 552 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report() 724 struct iommu_fault_event *evt, in intel_svm_page_response()
|
| D | iommu.h | 850 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
|
| /Linux-v6.6/drivers/iommu/ |
| D | iommu.c | 1401 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault() 1404 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault() 1421 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault() 1450 struct iommu_fault_event *evt; in iommu_page_response()
|
| /Linux-v6.6/drivers/iommu/arm/arm-smmu-v3/ |
| D | arm-smmu-v3.c | 925 struct iommu_fault_event *unused, in arm_smmu_page_response() 1477 struct iommu_fault_event fault_evt = { }; in arm_smmu_handle_evt()
|