Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h54 struct iommu_fault_event;
319 struct iommu_fault_event *evt,
357 struct iommu_fault_event { struct
526 struct iommu_fault_event *evt);
906 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,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c1155 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
1158 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault()
1175 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), in iommu_report_device_fault()
1204 struct iommu_fault_event *evt; in iommu_page_response()