Searched refs:dt_supported (Results 1 – 4 of 4) sorted by relevance
65 bool dt_supported; /* Whether vIOMMU supports DT */ member
131 DEFINE_PROP_BOOL("device-iotlb", X86IOMMUState, dt_supported, false),
1015 if (!x86_iommu->dt_supported) { in vtd_ce_type_check()3323 if (!x86_iommu->dt_supported && (new & IOMMU_NOTIFIER_DEVIOTLB_UNMAP)) { in vtd_iommu_notify_flag_changed()4128 if (x86_iommu->dt_supported) { in vtd_cap_init()4187 x86_iommu->dt_supported && s->stale_tm); in vtd_init()4193 x86_iommu->dt_supported && s->stale_tm); in vtd_init()4195 x86_iommu->dt_supported && s->stale_tm); in vtd_init()4364 if (s->pasid && x86_iommu->dt_supported) { in vtd_realize()
2129 if (iommu->dt_supported) { in build_dmar_q35()