Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeatures.h42 #define X86_FEATURE_MCA ( 0*32+14) /* Machine Check Architecture */ macro
/arch/x86/kernel/cpu/mce/
Ddev-mcelog.c305 if (!boot_cpu_has(X86_FEATURE_MCE) || !boot_cpu_has(X86_FEATURE_MCA)) in mce_chrdev_write()
Dcore.c495 return cpu_has(c, X86_FEATURE_MCE) && cpu_has(c, X86_FEATURE_MCA); in mce_available()