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.c990 if (!x86_iommu->dt_supported) { in vtd_ce_type_check()
3242 if (!x86_iommu->dt_supported && (new & IOMMU_NOTIFIER_DEVIOTLB_UNMAP)) { in vtd_iommu_notify_flag_changed()
3982 x86_iommu->dt_supported); in vtd_init()
3988 x86_iommu->dt_supported); in vtd_init()
3990 x86_iommu->dt_supported); in vtd_init()
4006 if (x86_iommu->dt_supported) { in vtd_init()
4194 if (s->pasid && x86_iommu->dt_supported) { in vtd_realize()
H A Dacpi-build.c2196 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