Searched defs:dev_iommu (Results 1 – 2 of 2) sorted by relevance
625 struct dev_iommu { struct626 struct mutex lock;627 struct iommu_fault_param *fault_param;628 struct iopf_device_param *iopf_param;629 struct iommu_fwspec *fwspec;630 struct iommu_device *iommu_dev;631 void *priv;632 u32 max_pasids;633 u32 attach_deferred:1;634 u32 pci_32bit_workaround:1;[all …]
569 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member