Home
last modified time | relevance | path

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

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