Home
last modified time | relevance | path

Searched refs:PCI_DEVFN_MAX (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/hw/remote/
H A Diohub.h19 #define REMOTE_IOHUB_NB_PIRQS PCI_DEVFN_MAX
/openbmc/qemu/hw/remote/
H A Diohub.c46 assert(pirq < PCI_DEVFN_MAX); in remote_iohub_set_irq()
H A Dvfio-user-obj.c674 int max_bdf = PCI_BUILD_BDF(bus_num, PCI_DEVFN_MAX - 1); in vfu_object_set_bus_irq()
/openbmc/qemu/hw/acpi/
H A Dpci.c178 assert(devfn >= 0 && devfn < PCI_DEVFN_MAX); in build_acpi_generic_initiator()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c144 for (i = 0; i < PCI_DEVFN_MAX; i++) { in virtio_iommu_switch_address_space_all()
187 devfn = sid & (PCI_DEVFN_MAX - 1); in virtio_iommu_mr()
414 sizeof(IOMMUDevice *) * PCI_DEVFN_MAX); in virtio_iommu_find_add_as()
/openbmc/qemu/include/hw/pci/
H A Dpci.h22 #define PCI_DEVFN_MAX 256 macro
/openbmc/qemu/hw/i386/
H A Damd_iommu.c1435 iommu_as = g_new0(AMDVIAddressSpace *, PCI_DEVFN_MAX); in amdvi_host_dma_iommu()
H A Dintel_iommu.c4274 assert(0 <= devfn && devfn < PCI_DEVFN_MAX); in vtd_host_dma_iommu()
/openbmc/qemu/hw/pci/
H A Dpci.c2738 assert(0 <= devfn && devfn < PCI_DEVFN_MAX); in pci_device_get_iommu_bus_devfn()