Home
last modified time | relevance | path

Searched refs:CPUID_APIC (Results 1 – 5 of 5) sorted by relevance

/external/qemu/target-i386/
Dcpu.h339 #define CPUID_APIC (1 << 9) macro
Dhelper.c133 CPUID_PAE | CPUID_SEP | CPUID_APIC)
/external/qemu/hw/
Dapic.c292 env->cpuid_features &= ~CPUID_APIC; in cpu_set_apic_base()
Dpc.c926 if ((env->cpuid_features & CPUID_APIC) || smp_cpus > 1) {
/external/qemu-pc-bios/bochs/bios/
Drombios32.c51 #define CPUID_APIC (1 << 9) macro
646 if (cpuid_features & CPUID_APIC) { in smp_probe()