Home
last modified time | relevance | path

Searched refs:CPUID_FP87 (Results 1 – 3 of 3) 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.c759 #define I486_FEATURES (CPUID_FP87 | CPUID_VME | CPUID_PSE)
766 #define PPRO_FEATURES (CPUID_FP87 | CPUID_DE | CPUID_PSE | CPUID_TSC | \
771 #define TCG_FEATURES (CPUID_FP87 | CPUID_PSE | CPUID_TSC | CPUID_MSR | \
2795 CPUID_DE | CPUID_FP87,
2835 CPUID_DE | CPUID_FP87,
2879 CPUID_DE | CPUID_FP87,
2956 CPUID_DE | CPUID_FP87,
3037 CPUID_DE | CPUID_FP87,
3123 CPUID_DE | CPUID_FP87,
3215 CPUID_DE | CPUID_FP87,
[all …]
H A Dcpu.h677 #define CPUID_FP87 (1U << 0) macro