Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
402 struct iommu_dev_data { struct405 struct iommu_dev_data *alias_data;/* The alias dev_data */ argument406 struct protection_domain *domain; /* Domain the device is bound to */407 atomic_t bind; /* Domain attach reverent count */408 u16 devid; /* PCI Device ID */409 bool iommu_v2; /* Device can make use of IOMMUv2 */410 bool passthrough; /* Default for device is pt_domain */411 struct {414 } ats; /* ATS state */415 bool pri_tlp; /* PASID TLB required for[all …]