Home
last modified time | relevance | path

Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance

/drivers/iommu/
Damd_iommu.c89 struct iommu_dev_data { struct
90 struct list_head list; /* For domain->dev_list */
91 struct list_head dev_data_list; /* For global dev_data_list */
92 struct protection_domain *domain; /* Domain the device is bound to */
93 u16 devid; /* PCI Device ID */
94 u16 alias; /* Alias Device ID */
95 bool iommu_v2; /* Device can make use of IOMMUv2 */
96 bool passthrough; /* Device is identity mapped */
97 struct {
100 } ats; /* ATS state */
[all …]