Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
766 struct iommu_dev_data { struct768 struct mutex mutex;769 spinlock_t dte_lock; /* DTE lock for 256-bit access */771 struct list_head list; /* For domain->dev_list */772 struct llist_node dev_data_list; /* For global dev_data_list */773 struct protection_domain *domain; /* Domain the device is bound to */774 struct gcr3_tbl_info gcr3_info; /* Per-device GCR3 table */775 struct device *dev;776 u16 devid; /* PCI Device ID */778 unsigned int max_irqs; /* Maximum IRQs supported by device */[all …]