Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
845 struct iommu_dev_data { struct847 struct mutex mutex;848 spinlock_t dte_lock; /* DTE lock for 256-bit access */850 struct list_head list; /* For domain->dev_list */851 struct llist_node dev_data_list; /* For global dev_data_list */852 struct protection_domain *domain; /* Domain the device is bound to */853 struct gcr3_tbl_info gcr3_info; /* Per-device GCR3 table */854 struct device *dev;855 u16 devid; /* PCI Device ID */857 unsigned int max_irqs; /* Maximum IRQs supported by device */[all …]