Home
last modified time | relevance | path

Searched refs:CPUID_CLFLUSH (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dhelper.c147 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,
297 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_VME,
Dcpu.h348 #define CPUID_CLFLUSH (1 << 19) macro
Dtranslate.c7496 if (!(s->cpuid_features & CPUID_CLFLUSH)) in disas_insn()