| /openbmc/u-boot/drivers/ddr/fsl/ |
| H A D | util.c | 394 u64 nodeid; in remove_unused_controllers() local 400 nodeid = in_le64(hnf_sam_ctrl) & CCN_HN_F_SAM_NODEID_MASK; in remove_unused_controllers() 401 if (nodeid == CCN_HN_F_SAM_NODEID_DDR0) { in remove_unused_controllers() 403 } else if (nodeid == CCN_HN_F_SAM_NODEID_DDR1) { in remove_unused_controllers() 407 nodeid); in remove_unused_controllers()
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | spapr_numa.h | 30 int offset, int nodeid);
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/ |
| H A D | corosync.conf | 54 nodeid: 1
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | fuse.h | 683 uint64_t nodeid; /* Inode ID */ member 698 uint64_t nodeid; member 1028 uint64_t nodeid; member 1089 uint64_t nodeid; member 1097 uint64_t nodeid; member
|
| /openbmc/qemu/docs/ |
| H A D | pci_expander_bridge.txt | 24 -object memory-backend-ram,size=1024M,policy=bind,host-nodes=0,id=ram-node0 -numa node,nodeid=0,cpu… 25 -object memory-backend-ram,size=1024M,policy=bind,host-nodes=1,id=ram-node1 -numa node,nodeid=1,cpu…
|
| /openbmc/qemu/audio/ |
| H A D | trace-events | 22 pw_state_changed(int nodeid, const char *s) "node id: %d stream state: %s"
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_numa.c | 352 int offset, int nodeid) in spapr_numa_write_associativity_dt() argument 354 const uint32_t *associativity = get_associativity(spapr, nodeid); in spapr_numa_write_associativity_dt()
|
| H A D | spapr.c | 351 static int spapr_dt_memory_node(SpaprMachineState *spapr, void *fdt, int nodeid, in spapr_dt_memory_node() argument 367 spapr_numa_write_associativity_dt(spapr, fdt, off, nodeid); in spapr_dt_memory_node()
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | sgx.rst | 165 -numa node,nodeid=0,cpus=0-1,memdev=node0 \\ 168 -numa node,nodeid=1,cpus=2-3,memdev=node1 \\
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 831 uint32_t nodeid = cpu_list->cpus[i].props.node_id; in build_srat() local 838 build_append_int_noprefix(table_data, nodeid, 4); /* Proximity Domain */ in build_srat()
|
| /openbmc/qemu/hw/arm/ |
| H A D | virt-acpi-build.c | 591 uint32_t nodeid = cpu_list->cpus[i].props.node_id; in build_srat() local 597 build_append_int_noprefix(table_data, nodeid, 4); /* Proximity Domain */ in build_srat()
|
| /openbmc/qemu/hw/core/ |
| H A D | numa.c | 73 nodenr = node->nodeid; in parse_numa_node()
|
| /openbmc/qemu/qapi/ |
| H A D | machine.json | 491 # @nodeid: NUMA node ID (increase by 1 from 0 if omitted) 504 # to the nodeid which has the memory controller responsible for 513 '*nodeid': 'uint16',
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 433 "-numa node[,mem=size][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=node]\n" 434 "-numa node[,memdev=id][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=node]\n" 441 ``-numa node[,mem=size][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=initiator]`` 443 ``-numa node[,memdev=id][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=initiator]`` 486 -numa node,nodeid=0 -numa node,nodeid=1 \ 522 -numa node,nodeid=0,memdev=m0 \ 523 -numa node,nodeid=1,memdev=m1,initiator=0 \ 593 -numa node,nodeid=0,memdev=m0 \ 594 -numa node,nodeid=1,memdev=m1,initiator=0 \
|