Searched refs:CPUID_DE (Results 1 – 3 of 3) sorted by relevance
/qemu/target/i386/hvf/ |
H A D | x86_cpuid.c | 72 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 D | cpu.c | 2792 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 D | cpu.h | 678 #define CPUID_DE (1U << 2) macro
|