Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mcheck/
Dnon-fatal.c75 if (!cpu_has(c, X86_FEATURE_MCA)) in init_nonfatal_mce_checker()
Dp6.c95 if (!cpu_has(c, X86_FEATURE_MCA)) in intel_p6_mcheck_init()
Dmce_64.c154 return cpu_has(c, X86_FEATURE_MCE) && cpu_has(c, X86_FEATURE_MCA); in mce_available()
/arch/x86/include/asm/
Dcpufeature.h31 #define X86_FEATURE_MCA (0*32+14) /* Machine Check Architecture */ macro
/arch/x86/xen/
Denlighten.c218 (1 << X86_FEATURE_MCA) | /* disable MCA */ in xen_cpuid()