Searched refs:iommu_fault_event (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/include/linux/ |
D | iommu.h | 43 struct iommu_fault_event; 256 struct iommu_fault_event *evt, 342 struct iommu_fault_event { struct 487 struct iommu_fault_event *evt); 889 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
|
/Linux-v6.1/drivers/iommu/intel/ |
D | svm.c | 613 struct iommu_fault_event event; in intel_svm_prq_report() 619 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report() 852 struct iommu_fault_event *evt, in intel_svm_page_response()
|
D | iommu.h | 761 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
|
/Linux-v6.1/drivers/iommu/ |
D | iommu.c | 1242 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault() 1245 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault() 1262 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault() 1291 struct iommu_fault_event *evt; in iommu_page_response()
|
/Linux-v6.1/drivers/iommu/arm/arm-smmu-v3/ |
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()
|