Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dx86.h61 unsigned pci_irq_mask; member
/openbmc/qemu/hw/i386/
H A Dacpi-common.c131 if (!(x86ms->pci_irq_mask & (1 << i))) { in acpi_build_madt()
H A Dmicrovm.c243 x86ms->pci_irq_mask = ((1 << (mms->pcie_irq_base + 0)) | in microvm_devices_init()
248 x86ms->pci_irq_mask = 0; in microvm_devices_init()
H A Dx86.c1397 x86ms->pci_irq_mask = ACPI_BUILD_PCI_IRQS; in x86_machine_initfn()