Home
last modified time | relevance | path

Searched refs:PCI_DEVFN_MAX (Results 1 – 10 of 10) 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.c679 int max_bdf = PCI_BUILD_BDF(bus_num, PCI_DEVFN_MAX - 1);
/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/hw/pci/
H A Dpcie_sriov.c108 (uint32_t)devfn + (uint32_t)(total_vfs - 1) * vf_stride >= PCI_DEVFN_MAX) { in pcie_sriov_pf_init_common()
H A Dpci.c2940 assert(0 <= devfn && devfn < PCI_DEVFN_MAX); in pci_device_iommu_address_space()
/openbmc/qemu/include/hw/pci/
H A Dpci.h22 #define PCI_DEVFN_MAX 256 macro
/openbmc/qemu/hw/i386/
H A Damd_iommu.c
H A Dintel_iommu.c5021 assert(0 <= devfn && devfn < PCI_DEVFN_MAX);