Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dintel_iommu_internal.h414 #define VTD_SPTE_PAGE_L1_RSVD_MASK(aw, dt_supported) \ argument
415 dt_supported ? \
425 #define VTD_SPTE_LPAGE_L2_RSVD_MASK(aw, dt_supported) \ argument
426 dt_supported ? \
429 #define VTD_SPTE_LPAGE_L3_RSVD_MASK(aw, dt_supported) \ argument
430 dt_supported ? \
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()
3278 if (!x86_iommu->dt_supported && (new & IOMMU_NOTIFIER_DEVIOTLB_UNMAP)) { in vtd_iommu_notify_flag_changed()
4082 if (x86_iommu->dt_supported) { in vtd_cap_init()
4141 x86_iommu->dt_supported); in vtd_init()
4147 x86_iommu->dt_supported); in vtd_init()
4149 x86_iommu->dt_supported); in vtd_init()
4318 if (s->pasid && x86_iommu->dt_supported) { in vtd_realize()
H A Dacpi-build.c2189 if (iommu->dt_supported) { in build_dmar_q35()
/openbmc/qemu/include/hw/i386/
H A Dx86-iommu.h65 bool dt_supported; /* Whether vIOMMU supports DT */ member