Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
636 struct iommu_dev_data { struct637 struct list_head list; /* For domain->dev_list */638 struct llist_node dev_data_list; /* For global dev_data_list */639 struct protection_domain *domain; /* Domain the device is bound to */640 u16 devid; /* PCI Device ID */641 u16 alias; /* Alias Device ID */642 bool iommu_v2; /* Device can make use of IOMMUv2 */643 bool passthrough; /* Device is identity mapped */644 struct {647 } ats; /* ATS state */[all …]