Home
last modified time | relevance | path

Searched refs:iommu_fault_event (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Diommu.h42 struct iommu_fault_event;
292 struct iommu_fault_event *evt,
322 * struct iommu_fault_event - Generic fault event
330 struct iommu_fault_event { struct
499 struct iommu_fault_event *evt);
879 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
H A Dintel-iommu.h755 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
/kernel/linux/linux-6.6/include/linux/
H A Diommu.h42 struct iommu_fault_event;
288 struct iommu_fault_event *evt,
382 * struct iommu_fault_event - Generic fault event
390 struct iommu_fault_event { struct
528 struct iommu_fault_event *evt);
924 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dsvm.c572 struct iommu_fault_event event; in intel_svm_prq_report()
578 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report()
750 struct iommu_fault_event *evt, in intel_svm_page_response()
H A Diommu.h853 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dsvm.c857 struct iommu_fault_event event; in intel_svm_prq_report()
863 memset(&event, 0, sizeof(struct iommu_fault_event)); in intel_svm_prq_report()
1127 struct iommu_fault_event *evt, in intel_svm_page_response()
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c1151 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
1154 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault()
1171 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault()
1200 struct iommu_fault_event *evt; in iommu_page_response()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c1399 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
1402 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault()
1419 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault()
1448 struct iommu_fault_event *evt; in iommu_page_response()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c925 struct iommu_fault_event *unused, in arm_smmu_page_response()
1477 struct iommu_fault_event fault_evt = { }; in arm_smmu_handle_evt()

Completed in 25 milliseconds