Searched defs:dev_iommu (Results 1 – 1 of 1) sorted by relevance
789 struct dev_iommu { struct790 struct mutex lock;791 struct iommu_fault_param __rcu *fault_param;792 struct iommu_fwspec *fwspec;793 struct iommu_device *iommu_dev;794 void *priv;795 u32 max_pasids;796 u32 attach_deferred:1;797 u32 pci_32bit_workaround:1;798 u32 require_direct:1;[all …]