Home
last modified time | relevance | path

Searched refs:numa_node (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c84 return pxb->numa_node; in pxb_bus_numa_node()
100 pbc->numa_node = pxb_bus_numa_node; in pxb_bus_class_init()
348 if (pxb->numa_node != NUMA_NODE_UNASSIGNED && in pxb_dev_realize_common()
349 pxb->numa_node >= ms->numa_state->num_nodes) { in pxb_dev_realize_common()
350 error_setg(errp, "Illegal numa node %d", pxb->numa_node); in pxb_dev_realize_common()
426 DEFINE_PROP_UINT16("numa_node", PXBDev, numa_node, NUMA_NODE_UNASSIGNED),
/openbmc/qemu/include/hw/pci/
H A Dpci_bus.h19 uint16_t (*numa_node)(PCIBus *bus); member
H A Dpci_bridge.h98 uint16_t numa_node; member
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c102 uint8_t numa_node = pci_bus_numa_node(bus); in acpi_dsdt_add_gpex() local
136 if (numa_node != NUMA_NODE_UNASSIGNED) { in acpi_dsdt_add_gpex()
137 aml_append(dev, aml_name_decl("_PXM", aml_int(numa_node))); in acpi_dsdt_add_gpex()
/openbmc/qemu/docs/
H A Dpci_expander_bridge.txt26 -device pxb,id=bridge1,bus=pci.0,numa_node=1,bus_nr=4 -netdev user,id=nd -device e1000,bus=bridge1,…
27 -device pxb,id=bridge2,bus=pci.0,numa_node=0,bus_nr=8 -device e1000,bus=bridge2,addr=0x3
H A Dpcie.txt70 -device pxb-pcie,id=pcie.1,bus_nr=x[,numa_node=y][,addr=z]
/openbmc/qemu/include/hw/pci-host/
H A Dspapr.h81 uint32_t numa_node; member
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1852 if (sphb->numa_node != -1 && in spapr_phb_realize()
1853 (sphb->numa_node >= MAX_NODES || in spapr_phb_realize()
1854 !ms->numa_state->nodes[sphb->numa_node].present)) { in spapr_phb_realize()
2067 DEFINE_PROP_UINT32("numa_node", SpaprPhbState, numa_node, -1),
2318 if (phb->numa_node != -1) { in spapr_dt_phb()
2319 spapr_numa_write_associativity_dt(spapr, fdt, bus_off, phb->numa_node); in spapr_dt_phb()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c987 uint8_t numa_node = pci_bus_numa_node(bus); in build_dsdt() local
1028 if (numa_node != NUMA_NODE_UNASSIGNED) { in build_dsdt()
1029 aml_append(dev, aml_name_decl("_PXM", aml_int(numa_node))); in build_dsdt()
/openbmc/qemu/hw/pci/
H A Dpci.c281 pbc->numa_node = pcibus_numa_node; in pci_bus_class_init()
786 return PCI_BUS_GET_CLASS(bus)->numa_node(bus); in pci_bus_numa_node()