Searched defs:dev_iommu (Results 1 – 4 of 4) 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 …]
360 struct dev_iommu { struct361 struct mutex lock;362 struct iommu_fault_param *fault_param;363 struct iommu_fwspec *fwspec;364 struct iommu_device *iommu_dev;365 void *priv;
488 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member
567 unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ member