Searched defs:dev_iommu (Results 1 – 2 of 2) sorted by relevance
373 struct dev_iommu { struct374 struct mutex lock;375 struct iommu_fault_param *fault_param;376 struct iopf_device_param *iopf_param;377 struct iommu_fwspec *fwspec;378 struct iommu_device *iommu_dev;379 void *priv;
555 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member