Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h62 struct iommu_fault_event;
313 int (*page_response)(struct device *dev, struct iommu_fault_event *evt, struct iommu_page_response *msg);
341 * struct iommu_fault_event - Generic fault event
349 struct iommu_fault_event { struct
487 extern int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt);
841 static inline int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c1156 int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt) in iommu_report_device_fault()
1159 struct iommu_fault_event *evt_pending = NULL; in iommu_report_device_fault()
1176 evt_pending = kmemdup(evt, sizeof(struct iommu_fault_event), GFP_KERNEL); in iommu_report_device_fault()
1203 struct iommu_fault_event *evt; in iommu_page_response()

Completed in 9 milliseconds