Home | History | Annotate | Download | only in bios

Lines Matching defs:nb_numa_nodes

1656     int nb_numa_nodes;
1700 nb_numa_nodes = qemu_cfg_get64();
1702 nb_numa_nodes = 0;
1704 if (nb_numa_nodes > 0) {
1709 sizeof(struct srat_memory_affinity) * (nb_numa_nodes + 2);
1827 if (nb_numa_nodes > 0) {
1860 for (i = 1; i < nb_numa_nodes + 1; ++i) {
1880 for (; slots < nb_numa_nodes + 2; slots++) {
1917 if (nb_numa_nodes > 0)
1921 rsdt_size - (nb_numa_nodes > 0? 0: sizeof(uint32_t)), 1);