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

  /external/qemu/
vl-android.c 325 int nb_numa_nodes; variable
    [all...]
vl.c 256 int nb_numa_nodes; variable
1198 nodenr = nb_numa_nodes;
1239 nb_numa_nodes++;
    [all...]
sysemu.h 122 extern int nb_numa_nodes;
  /external/qemu/hw/
pc.c 500 numa_fw_cfg = qemu_mallocz((1 + smp_cpus + nb_numa_nodes) * 8);
501 numa_fw_cfg[0] = cpu_to_le64(nb_numa_nodes);
503 for (j = 0; j < nb_numa_nodes; j++) {
510 for (i = 0; i < nb_numa_nodes; i++) {
514 (1 + smp_cpus + nb_numa_nodes) * 8);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1656 int nb_numa_nodes; local
    [all...]

Completed in 1428 milliseconds