Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c72 edx &= CPUID_FP87 | CPUID_VME | CPUID_DE | CPUID_PSE | CPUID_TSC | in hvf_get_supported_cpuid()
140 edx &= CPUID_FP87 | CPUID_VME | CPUID_DE | CPUID_PSE | CPUID_TSC | in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c887 #define I486_FEATURES (CPUID_FP87 | CPUID_VME | CPUID_PSE)
894 #define PPRO_FEATURES (CPUID_FP87 | CPUID_DE | CPUID_PSE | CPUID_TSC | \
899 #define TCG_FEATURES (CPUID_FP87 | CPUID_PSE | CPUID_TSC | CPUID_MSR | \
3610 CPUID_DE | CPUID_FP87,
3650 CPUID_DE | CPUID_FP87,
3694 CPUID_DE | CPUID_FP87,
3771 CPUID_DE | CPUID_FP87,
3852 CPUID_DE | CPUID_FP87,
3938 CPUID_DE | CPUID_FP87,
4030 CPUID_DE | CPUID_FP87,
[all …]
H A Dcpu.h691 #define CPUID_FP87 (1U << 0) macro
/openbmc/qemu/target/i386/kvm/
H A Dtdx.c413 .edx = CPUID_FP87 | CPUID_VME | CPUID_DE | CPUID_PSE | CPUID_TSC |