HomeSort by relevance Sort by last modified time
    Searched refs:nb_numa_nodes (Results 1 - 4 of 4) sorted by null

  /external/qemu/
vl-android.c 323 int nb_numa_nodes; variable
1099 nodenr = nb_numa_nodes;
1140 nb_numa_nodes++;
    [all...]
  /external/qemu/hw/i386/
pc.c 494 numa_fw_cfg = g_malloc0((1 + smp_cpus + nb_numa_nodes) * 8);
495 numa_fw_cfg[0] = cpu_to_le64(nb_numa_nodes);
497 for (j = 0; j < nb_numa_nodes; j++) {
504 for (i = 0; i < nb_numa_nodes; i++) {
508 (1 + smp_cpus + nb_numa_nodes) * 8);
    [all...]
  /external/qemu/include/sysemu/
sysemu.h 150 extern int nb_numa_nodes;
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1656 int nb_numa_nodes; local
    [all...]

Completed in 93 milliseconds