device_domain_info
Regular
4.4
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
u8 bus;
u8 devfn;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
};
4.8
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
u8 bus;
u8 devfn;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
};
4.10
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
u8 bus;
u8 devfn;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
};
4.13
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
u8 bus;
u8 devfn;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
};
4.15
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
u8 bus;
u8 devfn;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
};
4.18
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
};
5.0
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
5.3
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head auxiliary_domains;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
5.4
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head auxiliary_domains;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
5.8
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head auxiliary_domains;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
5.11
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head subdevices;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
5.13
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head subdevices;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
5.15
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head subdevices;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
5.19
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
6.2
: ✅struct device_domain_info {
struct list_head link;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 dtlb_extra_inval;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
6.5
: ✅struct device_domain_info {
struct list_head link;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 dtlb_extra_inval;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
6.8
: ✅struct device_domain_info {
struct list_head link;
u32 segment;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 dtlb_extra_inval;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head auxiliary_domains;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
azure
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head auxiliary_domains;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
gcp
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head auxiliary_domains;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
lowlatency
: ✅struct device_domain_info {
struct list_head link;
struct list_head global;
struct list_head table;
struct list_head auxiliary_domains;
u8 bus;
u8 devfn;
u16 pfsid;
u8 pasid_supported;
u8 pasid_enabled;
u8 pri_supported;
u8 pri_enabled;
u8 ats_supported;
u8 ats_enabled;
u8 auxd_enabled;
u8 ats_qdep;
struct device *dev;
struct intel_iommu *iommu;
struct dmar_domain *domain;
struct pasid_table *pasid_table;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️u16 pfsid
4.18
and 5.0
⚠️struct list_head table
struct pasid_table *pasid_table
5.0
and 5.3
⚠️struct list_head auxiliary_domains
u8 auxd_enabled
5.3
and 5.4
✅
5.4
and 5.8
⚠️u32 segment
5.8
and 5.11
⚠️struct list_head subdevices
struct list_head auxiliary_domains
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct list_head table
struct list_head subdevices
u8 auxd_enabled
5.19
and 6.2
⚠️u8 dtlb_extra_inval
struct list_head global
6.2
and 6.5
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅