Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c123 #define PENTIUM_FEATURES (I486_FEATURES | CPUID_DE | CPUID_TSC | \
129 #define PPRO_FEATURES (CPUID_FP87 | CPUID_DE | CPUID_PSE | CPUID_TSC | \
Dcpu.h406 #define CPUID_DE (1 << 2) macro