Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c63 CPUID_SEP | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
132 CPUID_EXT2_SYSCALL | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c2424 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2445 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2477 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2519 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2573 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_PSE36,
2604 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_ACPI |
2684 CPUID_MCA,
2700 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_VME |
4593 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV |
7246 && (cenv->features[FEAT_1_EDX] & (CPUID_MCE | CPUID_MCA)) == in mce_init()
[all …]
H A Dcpu.h690 #define CPUID_MCA (1U << 14) macro
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c951 cpuid.u.mask.set.edx = CPUID_MCE | CPUID_MCA | CPUID_MTRR; in nvmm_init_vcpu()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c432 ret |= CPUID_MTRR | CPUID_PAT | CPUID_MCE | CPUID_MCA; in kvm_arch_get_supported_cpuid()
2207 && (env->features[FEAT_1_EDX] & (CPUID_MCE | CPUID_MCA)) == in kvm_arch_init_vcpu()
2208 (CPUID_MCE | CPUID_MCA)) { in kvm_arch_init_vcpu()