Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c127 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
147 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
169 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
196 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
229 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA,
283 .features = PPRO_FEATURES | CPUID_PSE36 | CPUID_VME | CPUID_MTRR | CPUID_MCA,
297 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_VME,
Dcpu.h341 #define CPUID_MTRR (1 << 12) macro
Dop_helper.c3265 if (env->cpuid_features & CPUID_MTRR) in helper_rdmsr()
/external/qemu-pc-bios/bochs/bios/
Drombios32.c52 #define CPUID_MTRR (1 << 12) macro
574 if (!(cpuid_features & CPUID_MTRR)) in setup_mtrr()