Searched defs:dev_iommu (Results 1 – 1 of 1) sorted by relevance
804 struct dev_iommu { struct805 struct mutex lock;806 struct iommu_fault_param __rcu *fault_param;807 struct iommu_fwspec *fwspec;808 struct iommu_device *iommu_dev;809 void *priv;810 u32 max_pasids;811 u32 attach_deferred:1;812 u32 pci_32bit_workaround:1;813 u32 require_direct:1;[all …]