Home
last modified time | relevance | path

Searched refs:CPUID_CMOV (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c74 CPUID_SEP | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
142 CPUID_EXT2_SYSCALL | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c891 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
895 CPUID_MSR | CPUID_MCE | CPUID_CX8 | CPUID_PGE | CPUID_CMOV | \
901 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
3607 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3647 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3691 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3768 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3849 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3935 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
4027 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
[all …]
H A Dcpu.h705 #define CPUID_CMOV (1U << 15) macro
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2891 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2900 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2958 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2968 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2989 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
H A Ddecode-new.c.inc2302 return (s->cpuid_features & CPUID_CMOV);
/openbmc/qemu/target/i386/kvm/
H A Dtdx.c415 CPUID_SEP | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV |