Searched defs:dev_iommu (Results 1 – 2 of 2) sorted by relevance
425 struct dev_iommu { struct426 struct mutex lock;427 struct iommu_fault_param *fault_param;428 struct iopf_device_param *iopf_param;429 struct iommu_fwspec *fwspec;430 struct iommu_device *iommu_dev;431 void *priv;432 u32 max_pasids;433 u32 attach_deferred:1;434 u32 pci_32bit_workaround:1;[all …]
567 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member