Home
last modified time | relevance | path

Searched refs:nodeid (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/ddr/fsl/
H A Dutil.c394 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 Dspapr_numa.h30 int offset, int nodeid);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/
H A Dcorosync.conf54 nodeid: 1
/openbmc/qemu/docs/
H A Dpci_expander_bridge.txt24 -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 Dtrace-events22 pw_state_changed(int nodeid, const char *s) "node id: %d stream state: %s"
/openbmc/qemu/hw/ppc/
H A Dspapr_numa.c352 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()
/openbmc/qemu/docs/system/i386/
H A Dsgx.rst165 -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 Dvirt-acpi-build.c831 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/core/
H A Dnuma.c73 nodenr = node->nodeid; in parse_numa_node()