Searched refs:MCI_STATUS_AR (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c68 #define MCI_UC_AR (MCI_STATUS_UC|MCI_STATUS_AR)
69 #define MCI_UC_SAR (MCI_STATUS_UC|MCI_STATUS_S|MCI_STATUS_AR)
142 MASK(MCI_STATUS_OVER|MCI_UC_SAR, MCI_STATUS_UC|MCI_STATUS_AR)
H A Dcore.c812 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR|
816 MCI_STATUS_AR|MCACOD_INSTR))
859 MCI_STATUS_AR | MCI_STATUS_S)) ==
862 MCI_STATUS_AR | MCI_STATUS_S)) {
/linux-master/arch/x86/include/asm/
H A Dmce.h41 #define MCI_STATUS_AR BIT_ULL(55) /* Action required */ macro
/linux-master/arch/x86/kvm/
H A Dx86.c5266 * MCI_STATUS_AR - Software recoverable Action Required
5271 !(mce->status & (MCI_STATUS_PCC | MCI_STATUS_S | MCI_STATUS_AR)) &&

Completed in 240 milliseconds