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

  /external/qemu/target-i386/
cpu.h 339 #define CPUID_APIC (1 << 9)
helper.c 133 CPUID_PAE | CPUID_SEP | CPUID_APIC)
    [all...]
  /external/qemu/hw/
apic.c 292 env->cpuid_features &= ~CPUID_APIC;
pc.c 926 if ((env->cpuid_features & CPUID_APIC) || smp_cpus > 1) {
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 51 #define CPUID_APIC (1 << 9)
646 if (cpuid_features & CPUID_APIC) {
    [all...]

Completed in 84 milliseconds