Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce_intel.c107 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()
108 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
/linux-4.4.14/arch/x86/include/asm/
Dmce.h20 #define MCG_LMCE_P (1ULL<<27) /* Local machine check supported */ macro