Searched refs:MCI_STATUS_S (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c67 #define MCI_UC_S (MCI_STATUS_UC|MCI_STATUS_S)
69 #define MCI_UC_SAR (MCI_STATUS_UC|MCI_STATUS_S|MCI_STATUS_AR)
146 SER, BITCLR(MCI_STATUS_S)
H A Dcore.c746 if (!(m.status & MCI_STATUS_PCC) && !(m.status & MCI_STATUS_S))
812 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR|
815 MCI_STATUS_MISCV|MCI_STATUS_ADDRV|MCI_STATUS_S|
859 MCI_STATUS_AR | MCI_STATUS_S)) ==
862 MCI_STATUS_AR | MCI_STATUS_S)) {
1292 if (!(m->status & (cfg->ser ? MCI_STATUS_S : MCI_STATUS_UC)) &&
/linux-master/arch/x86/include/asm/
H A Dmce.h40 #define MCI_STATUS_S BIT_ULL(56) /* Signaled machine check */ macro
/linux-master/drivers/edac/
H A Dpnd2_edac.c1130 bool recov = m->status & MCI_STATUS_S;
/linux-master/arch/x86/kvm/
H A Dx86.c5265 * MCI_STATUS_S - Signaled as a Machine Check Exception
5271 !(mce->status & (MCI_STATUS_PCC | MCI_STATUS_S | MCI_STATUS_AR)) &&

Completed in 205 milliseconds