Home
last modified time | relevance | path

Searched refs:nb_nodes (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c23 static uint64_t nb_nodes = 0; variable
146 g_assert_cmpint(qfw_cfg_get_u64(fw_cfg, FW_CFG_NUMA), ==, nb_nodes); in test_fw_cfg_numa()
149 node_mask = g_new0(uint64_t, nb_nodes); in test_fw_cfg_numa()
152 qfw_cfg_read_data(fw_cfg, node_mask, sizeof(uint64_t) * nb_nodes); in test_fw_cfg_numa()
154 if (nb_nodes) { in test_fw_cfg_numa()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c310 int i, nb_nodes, rc_mapping_count; in build_iort() local
353 nb_nodes = 3; /* RC, ITS, SMMUv3 */ in build_iort()
356 nb_nodes = 2; /* RC, ITS */ in build_iort()
360 build_append_int_noprefix(table_data, nb_nodes, 4); in build_iort()
/openbmc/qemu/hw/ppc/
H A Dspapr.c617 int i, nb_nodes = machine->numa_state->num_nodes; in spapr_dt_memory() local
620 for (i = 0, mem_start = 0; i < nb_nodes; ++i) { in spapr_dt_memory()