Home
last modified time | relevance | path

Searched refs:iommu_fault_event (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Diommu.h43 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/
Dsvm.c613 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()
Diommu.h761 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
/Linux-v6.1/drivers/iommu/
Diommu.c1242 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/
Darm-smmu-v3.c907 struct iommu_fault_event *unused, in arm_smmu_page_response()
1459 struct iommu_fault_event fault_evt = { }; in arm_smmu_handle_evt()