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

  /external/qemu/target-i386/
helper.c 126 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
146 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
168 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
195 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
228 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA,
282 .features = PPRO_FEATURES | CPUID_PSE36 | CPUID_VME | CPUID_MTRR | CPUID_MCA,
296 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_VME,
    [all...]
misc_helper.c 485 if (env->cpuid_features & CPUID_MTRR)
cpu.h 415 #define CPUID_MTRR (1 << 12)
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 52 #define CPUID_MTRR (1 << 12)
574 if (!(cpuid_features & CPUID_MTRR))
    [all...]

Completed in 94 milliseconds