Searched defs:smp_cpus (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dkvm-all.c424 int kvm_init(int smp_cpus) argument
433 if (smp_cpus > 1) {
521 ret = kvm_arch_init(s, smp_cpus);
H A Dvl-android.c294 int smp_cpus = 1; variable
2669 smp_cpus = atoi(optarg);
2670 if (smp_cpus < 1) {
3468 if (smp_cpus > machine->max_cpus) {
3470 "supported by machine `%s' (%d)", smp_cpus, machine->name,
3663 if (nb_numa_nodes > smp_cpus) {
3664 nb_numa_nodes = smp_cpus;
3696 for (i = 0; i < smp_cpus; i++) {
3705 ret = kvm_init(smp_cpus);
3717 ret = hax_init(smp_cpus);
[all...]
/external/qemu/target-i386/
H A Dhax-all.c342 int hax_init(int smp_cpus) argument
H A Dkvm.c252 int kvm_arch_init(KVMState *s, int smp_cpus) argument
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c438 uint16_t smp_cpus; variable
645 writew(&smp_cpus, 1);
665 while (cmos_readb(0x5f) + 1 != readw(&smp_cpus))
669 BX_INFO("Found %d cpu(s)\n", readw(&smp_cpus));
1143 putle16(&q, smp_cpus + 18); /* entry count */
1149 for(i = 0; i < smp_cpus; i++) {
1176 ioapic_id = smp_cpus;
1576 int acpi_cpus = smp_cpus > 0xff ? 0xff : smp_cpus;
1708 sizeof(struct srat_processor_affinity) * smp_cpus
[all...]

Completed in 4912 milliseconds