Home
last modified time | relevance | path

Searched refs:CPUID_DE (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.c760 #define PENTIUM_FEATURES (I486_FEATURES | CPUID_DE | CPUID_TSC | \
766 #define PPRO_FEATURES (CPUID_FP87 | CPUID_DE | CPUID_PSE | CPUID_TSC | \
775 CPUID_FXSR | CPUID_SSE | CPUID_SSE2 | CPUID_SS | CPUID_DE)
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.h679 #define CPUID_DE (1U << 2) macro