Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dnuma.c690 uint64_t numa_total; in numa_complete_configuration() local
692 numa_total = 0; in numa_complete_configuration()
694 numa_total += numa_info[i].node_mem; in numa_complete_configuration()
696 if (numa_total != ms->ram_size) { in numa_complete_configuration()
699 numa_total, ms->ram_size); in numa_complete_configuration()