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.c61 edx &= CPUID_FP87 | CPUID_VME | CPUID_DE | CPUID_PSE | CPUID_TSC | in hvf_get_supported_cpuid()
130 edx &= CPUID_FP87 | CPUID_VME | CPUID_DE | CPUID_PSE | CPUID_TSC | in hvf_get_supported_cpuid()
/qemu/target/i386/
H A Dcpu.c2507 CPUID_DE | CPUID_FP87,
2547 CPUID_DE | CPUID_FP87,
2591 CPUID_DE | CPUID_FP87,
2668 CPUID_DE | CPUID_FP87,
2749 CPUID_DE | CPUID_FP87,
2835 CPUID_DE | CPUID_FP87,
2927 CPUID_DE | CPUID_FP87,
3056 CPUID_DE | CPUID_FP87,
3180 CPUID_DE | CPUID_FP87,
3299 CPUID_DE | CPUID_FP87,
[all …]
H A Dcpu.h646 #define CPUID_DE (1U << 2) macro