Searched defs:dev_iommu (Results 1 – 2 of 2) sorted by relevance
16078 struct dev_iommu { struct16079 struct mutex lock;16080 struct iommu_fault_param *fault_param;16081 struct iopf_device_param *iopf_param;16082 struct iommu_fwspec *fwspec;16083 struct iommu_device *iommu_dev;16084 void *priv;16085 u32 max_pasids;16086 u32 attach_deferred: 1;16087 u32 pci_32bit_workaround: 1;[all …]
19865 struct dev_iommu { struct19866 struct mutex lock;19867 struct iommu_fault_param *fault_param;19868 struct iopf_device_param *iopf_param;19869 struct iommu_fwspec *fwspec;19870 struct iommu_device *iommu_dev;19871 void *priv;19872 u32 max_pasids;19873 u32 attach_deferred: 1;19874 u32 pci_32bit_workaround: 1;[all …]