Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
842 struct iommu_dev_data { struct844 struct mutex mutex;845 spinlock_t dte_lock; /* DTE lock for 256-bit access */847 struct list_head list; /* For domain->dev_list */848 struct llist_node dev_data_list; /* For global dev_data_list */849 struct protection_domain *domain; /* Domain the device is bound to */850 struct gcr3_tbl_info gcr3_info; /* Per-device GCR3 table */851 struct device *dev;852 u16 devid; /* PCI Device ID */854 u32 max_pasids; /* Max supported PASIDs */[all …]