Searched defs:dev_iommu (Results 1 – 1 of 1) sorted by relevance
844 struct dev_iommu { struct845 struct mutex lock;846 struct iommu_fault_param __rcu *fault_param;847 struct iommu_fwspec *fwspec;848 struct iommu_device *iommu_dev;849 void *priv;850 u32 max_pasids;851 u32 attach_deferred:1;852 u32 pci_32bit_workaround:1;853 u32 require_direct:1;[all …]
Completed in 11 milliseconds