Home
last modified time | relevance | path

Searched refs:CPUID_MTRR (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-i386/
Dhelper.c126 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,
Dmisc_helper.c485 if (env->cpuid_features & CPUID_MTRR) in helper_rdmsr()
Dcpu.h415 #define CPUID_MTRR (1 << 12) macro
/external/qemu-pc-bios/bochs/bios/
Drombios32.c52 #define CPUID_MTRR (1 << 12) macro
574 if (!(cpuid_features & CPUID_MTRR)) in setup_mtrr()