Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
650 struct iommu_dev_data { struct652 spinlock_t lock;654 struct list_head list; /* For domain->dev_list */655 struct llist_node dev_data_list; /* For global dev_data_list */656 struct protection_domain *domain; /* Domain the device is bound to */657 struct pci_dev *pdev;658 u16 devid; /* PCI Device ID */659 bool iommu_v2; /* Device can make use of IOMMUv2 */660 struct {663 } ats; /* ATS state */[all …]