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