Searched refs:nb_nodes (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/qtest/ |
H A D | fw_cfg-test.c | 23 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()
|
/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 277 int i, nb_nodes, rc_mapping_count; in build_iort() local 319 nb_nodes = 3; /* RC, ITS, SMMUv3 */ in build_iort() 322 nb_nodes = 2; /* RC, ITS */ in build_iort() 326 build_append_int_noprefix(table_data, nb_nodes, 4); in build_iort()
|
/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 702 int i, nb_nodes, rc_mapping_count; in build_rimt() local 719 nb_nodes = 2; /* RC, IOMMU */ in build_rimt() 722 build_append_int_noprefix(table_data, nb_nodes, 4); in build_rimt()
|
/qemu/hw/ppc/ |
H A D | spapr.c | 638 int i, nb_nodes = machine->numa_state->num_nodes; in spapr_dt_memory() local 641 for (i = 0, mem_start = 0; i < nb_nodes; ++i) { in spapr_dt_memory()
|