Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c172 .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR,
201 .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR | CPUID_EXT_SSSE3,
233 .ext_features = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR,
301 .ext_features = CPUID_EXT_MONITOR |
Dcpu.h363 #define CPUID_EXT_MONITOR (1 << 3) macro
Dtranslate.c7001 if (!(s->cpuid_ext_features & CPUID_EXT_MONITOR) || in disas_insn()
7021 if (!(s->cpuid_ext_features & CPUID_EXT_MONITOR) || in disas_insn()
/external/qemu/
Dkqemu.c139 ext_features_mask = CPUID_EXT_SSE3 | CPUID_EXT_MONITOR; in kqemu_update_cpuid()