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