Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
680 struct iommu_dev_data { struct682 spinlock_t lock;684 struct list_head list; /* For domain->dev_list */685 struct llist_node dev_data_list; /* For global dev_data_list */686 struct protection_domain *domain; /* Domain the device is bound to */687 struct pci_dev *pdev;688 u16 devid; /* PCI Device ID */689 bool iommu_v2; /* Device can make use of IOMMUv2 */690 struct {693 } ats; /* ATS state */[all …]