Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dnuma.h52 uint64_t node_plugged_mem; member
/openbmc/qemu/hw/core/
H A Dnuma.c777 node_mem[pcdimm_info->node].node_plugged_mem += in numa_stat_memory_devices()
784 node_mem[0].node_plugged_mem += vpi->size; in numa_stat_memory_devices()
789 node_mem[vmi->node].node_plugged_mem += vmi->size; in numa_stat_memory_devices()
794 node_mem[se->node].node_plugged_mem = 0; in numa_stat_memory_devices()
H A Dmachine-qmp-cmds.c247 node_mem[i].node_plugged_mem >> 20); in qmp_x_query_numa()