Searched refs:pci_root_bus_new (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | remote.c | 44 pci->bus = pci_root_bus_new(DEVICE(s), "remote-pci", in remote_pcihost_realize()
|
H A D | i440fx.c | 270 b = pci_root_bus_new(dev, NULL, s->pci_address_space, in i440fx_pcihost_realize()
|
H A D | q35.c | 65 pci->bus = pci_root_bus_new(DEVICE(s), "pcie.0", in q35_host_realize()
|
H A D | gt64120.c | 1195 phb->bus = pci_root_bus_new(dev, "pci", in gt64120_realize()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge.c | 348 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 D | pci.h | 285 PCIBus *pci_root_bus_new(DeviceState *parent, const char *name,
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 543 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 D | multi-process.rst | 491 ``pci_root_bus_new()``, and a PCI memory region will need to be created
|