Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
782 struct iommu_dev_data { struct784 spinlock_t lock;786 struct list_head list; /* For domain->dev_list */787 struct llist_node dev_data_list; /* For global dev_data_list */788 struct protection_domain *domain; /* Domain the device is bound to */789 struct device *dev;790 u16 devid; /* PCI Device ID */791 bool iommu_v2; /* Device can make use of IOMMUv2 */792 struct {795 } ats; /* ATS state */[all …]