Home
last modified time | relevance | path

Searched refs:intr_supported (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/i386/
H A Dx86-iommu.c111 if (x86_iommu->intr_supported == ON_OFF_AUTO_AUTO) { in x86_iommu_realize()
112 x86_iommu->intr_supported = irq_all_kernel ? in x86_iommu_realize()
130 intr_supported, ON_OFF_AUTO_AUTO),
145 return s->intr_supported == ON_OFF_AUTO_ON; in x86_iommu_ir_supported()
/qemu/include/hw/i386/
H A Dx86-iommu.h64 OnOffAuto intr_supported; /* Whether vIOMMU supports IR */ member