Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c128 CPUID_PSE36 | CPUID_FXSR)
149 CPUID_PSE36,
170 CPUID_PSE36,
197 CPUID_PSE36,
283 .features = PPRO_FEATURES | CPUID_PSE36 | CPUID_VME | CPUID_MTRR | CPUID_MCA,
1752 if (env->cpuid_features & CPUID_PSE36) in cpu_x86_cpuid()
Dcpu.h346 #define CPUID_PSE36 (1 << 17) macro