Home
last modified time | relevance | path

Searched refs:pci_root_bus_new (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dremote.c44 pci->bus = pci_root_bus_new(DEVICE(s), "remote-pci", in remote_pcihost_realize()
H A Di440fx.c270 b = pci_root_bus_new(dev, NULL, s->pci_address_space, in i440fx_pcihost_realize()
H A Dq35.c65 pci->bus = pci_root_bus_new(DEVICE(s), "pcie.0", in q35_host_realize()
H A Dgt64120.c1195 phb->bus = pci_root_bus_new(dev, "pci", in gt64120_realize()
/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c348 bus = pci_root_bus_new(ds, dev_name, NULL, NULL, 0, TYPE_PXB_PCIE_BUS); in pxb_dev_realize_common()
350 bus = pci_root_bus_new(ds, dev_name, NULL, NULL, 0, TYPE_PXB_CXL_BUS); in pxb_dev_realize_common()
354 bus = pci_root_bus_new(ds, "pxb-internal", NULL, NULL, 0, TYPE_PXB_BUS); in pxb_dev_realize_common()
/openbmc/qemu/include/hw/pci/
H A Dpci.h285 PCIBus *pci_root_bus_new(DeviceState *parent, const char *name,
/openbmc/qemu/hw/pci/
H A Dpci.c543 PCIBus *pci_root_bus_new(DeviceState *parent, const char *name, in pci_root_bus_new() function
595 bus = pci_root_bus_new(parent, name, mem, io, devfn_min, typename); in pci_register_root_bus()
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst491 ``pci_root_bus_new()``, and a PCI memory region will need to be created