Searched refs:smp_cpus (Results 1 - 12 of 12) sorted by relevance

/external/qemu/
H A Dhax.h15 int hax_init(int smp_cpus);
H A Dkvm.h38 int kvm_init(int smp_cpus);
98 int kvm_arch_init(KVMState *s, int smp_cpus);
H A Dvl-android.c300 int smp_cpus = 1; variable
3118 smp_cpus = atoi(optarg);
3119 if (smp_cpus < 1) {
3944 if (smp_cpus > machine->max_cpus) {
3946 "supported by machine `%s' (%d)", smp_cpus, machine->name,
3960 if (smp_cpus > 1)
4151 if (nb_numa_nodes > smp_cpus) {
4152 nb_numa_nodes = smp_cpus;
4184 for (i = 0; i < smp_cpus; i++) {
4193 ret = kvm_init(smp_cpus);
[all...]
H A Dsysemu.h113 extern int smp_cpus;
H A Dvl.c229 int smp_cpus = 1; variable
2632 smp_cpus = atoi(optarg);
2633 if (smp_cpus < 1) {
2791 if (smp_cpus > machine->max_cpus) {
2793 "supported by machine `%s' (%d)\n", smp_cpus, machine->name,
2808 if (smp_cpus > 1)
2966 if (nb_numa_nodes > smp_cpus) {
2967 nb_numa_nodes = smp_cpus;
2999 for (i = 0; i < smp_cpus; i++) {
3008 ret = kvm_init(smp_cpus);
[all...]
H A Dkvm-all.c405 int kvm_init(int smp_cpus) argument
414 if (smp_cpus > 1) {
494 ret = kvm_arch_init(s, smp_cpus);
/external/qemu-pc-bios/bochs/bios/
H A Drombios32start.S66 lock incw smp_cpus
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...]
/external/qemu/hw/
H A Dpc.c309 rtc_set_memory(s, 0x5f, smp_cpus - 1);
500 numa_fw_cfg = qemu_mallocz((1 + smp_cpus + nb_numa_nodes) * 8);
502 for (i = 0; i < smp_cpus; i++) {
511 numa_fw_cfg[smp_cpus + 1 + i] = cpu_to_le64(node_mem[i]);
514 (1 + smp_cpus + nb_numa_nodes) * 8);
920 for(i = 0; i < smp_cpus; i++) {
926 if ((env->cpuid_features & CPUID_APIC) || smp_cpus > 1) {
H A Dfw_cfg.c281 fw_cfg_add_i16(s, FW_CFG_NB_CPUS, (uint16_t)smp_cpus);
/external/qemu/target-i386/
H A Dhax-all.c340 int hax_init(int smp_cpus) argument
H A Dkvm.c250 int kvm_arch_init(KVMState *s, int smp_cpus) argument

Completed in 150 milliseconds