Searched defs:dev_iommu (Results 1 – 2 of 2) sorted by relevance
732 struct dev_iommu { struct733 struct mutex lock;734 struct iommu_fault_param __rcu *fault_param;735 struct iommu_fwspec *fwspec;736 struct iommu_device *iommu_dev;737 void *priv;738 u32 max_pasids;739 u32 attach_deferred:1;740 u32 pci_32bit_workaround:1;741 u32 require_direct:1;[all …]
582 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member