Searched refs:iommu_fault_event (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | iommu.h | 54 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 D | intel-iommu.h | 755 int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt,
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | svm.c | 857 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 D | iommu.c | 1155 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()
|