Searched refs:iommu_fault_event (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | iommu.h | 43 struct iommu_fault_event; 275 struct iommu_fault_event *evt, 377 struct iommu_fault_event { struct 523 struct iommu_fault_event *evt); 922 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
|
/linux-6.3-rc2/drivers/iommu/intel/ |
A D | svm.c | 583 struct iommu_fault_event event; in intel_svm_prq_report() 589 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report() 761 struct iommu_fault_event *evt, in intel_svm_page_response()
|
A D | iommu.h | 844 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
|
/linux-6.3-rc2/drivers/iommu/ |
A D | iommu.c | 1302 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault() 1305 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault() 1322 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault() 1351 struct iommu_fault_event *evt; in iommu_page_response()
|
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu-v3/ |
A D | arm-smmu-v3.c | 907 struct iommu_fault_event *unused, in arm_smmu_page_response() 1459 struct iommu_fault_event fault_evt = { }; in arm_smmu_handle_evt()
|
Completed in 28 milliseconds