Home
last modified time | relevance | path

Searched refs:dt_supported (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dx86-iommu.h65 bool dt_supported; /* Whether vIOMMU supports DT */ member
/openbmc/qemu/hw/i386/
H A Dx86-iommu.c131 DEFINE_PROP_BOOL("device-iotlb", X86IOMMUState, dt_supported, false),
H A Dintel_iommu.c1015 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()
H A Dacpi-build.c2129 if (iommu->dt_supported) { in build_dmar_q35()