Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
805 struct iommu_dev_data { struct807 spinlock_t lock;809 struct list_head list; /* For domain->dev_list */812 struct device *dev;813 u16 devid; /* PCI Device ID */814 bool iommu_v2; /* Device can make use of IOMMUv2 */815 struct {818 } ats; /* ATS state */819 bool pri_tlp; /* PASID TLB required for821 bool use_vapic; /* Enable device to use vapic mode */[all …]