Home
last modified time | relevance | path

Searched refs:CPUID_MCE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dx86.c393 regs[3] |= (CPUID_MCA | CPUID_MCE | CPUID_MTRR); in x86_emulate_cpuid()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h130 #define CPUID_MCE 0x00000080 macro
/f-stack/freebsd/x86/x86/
H A Dmca.c1271 if (!mca_enabled || !(cpu_feature & CPUID_MCE)) in _mca_init()