Home
last modified time | relevance | path

Searched refs:pt_supported (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/i386/
H A Dx86-iommu.h66 bool pt_supported; /* Whether vIOMMU supports pass-through */ member
/qemu/hw/i386/
H A Dx86-iommu.c132 DEFINE_PROP_BOOL("pt", X86IOMMUState, pt_supported, true),
H A Dintel_iommu.c742 if (!x86_iommu->pt_supported) { in vtd_pe_type_check()
996 if (!x86_iommu->pt_supported) { in vtd_ce_type_check()
4010 if (x86_iommu->pt_supported) { in vtd_init()