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