Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c126 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
146 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
168 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
195 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
228 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA,
282 .features = PPRO_FEATURES | CPUID_PSE36 | CPUID_VME | CPUID_MTRR | CPUID_MCA,
296 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_VME,
1502 && (cenv->cpuid_features&(CPUID_MCE|CPUID_MCA)) == (CPUID_MCE|CPUID_MCA)) { in mce_init()
Dcpu.h417 #define CPUID_MCA (1 << 14) macro