Home
last modified time | relevance | path

Searched refs:CPUID_DE (Results 1 – 3 of 3) sorted by relevance

/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()
/qemu/target/i386/
H A Dcpu.c2792 CPUID_DE | CPUID_FP87,
2832 CPUID_DE | CPUID_FP87,
2876 CPUID_DE | CPUID_FP87,
2953 CPUID_DE | CPUID_FP87,
3034 CPUID_DE | CPUID_FP87,
3120 CPUID_DE | CPUID_FP87,
3212 CPUID_DE | CPUID_FP87,
3341 CPUID_DE | CPUID_FP87,
3465 CPUID_DE | CPUID_FP87,
3584 CPUID_DE | CPUID_FP87,
[all …]
H A Dcpu.h678 #define CPUID_DE (1U << 2) macro