Searched refs:MCI_STATUS_PCC (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dapei.c57 m.status |= MCI_STATUS_PCC;
H A Dseverity.c82 BITSET(MCI_STATUS_PCC)
322 if (m->status & MCI_STATUS_PCC) {
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|
858 MCI_STATUS_ADDRV | MCI_STATUS_MISCV | MCI_STATUS_PCC |
H A Dinject.c523 if (!(i_mce.status & MCI_STATUS_PCC))
/linux-master/arch/x86/include/asm/
H A Dmce.h39 #define MCI_STATUS_PCC BIT_ULL(57) /* processor context corrupt */ macro
/linux-master/drivers/edac/
H A Dmce_amd.c779 if (m->status & MCI_STATUS_PCC)
813 ((m->status & MCI_STATUS_PCC) ? "PCC" : "-"));
/linux-master/arch/x86/kvm/
H A Dx86.c5264 * MCI_STATUS_PCC - Processor Context Corrupted
5271 !(mce->status & (MCI_STATUS_PCC | MCI_STATUS_S | MCI_STATUS_AR)) &&

Completed in 199 milliseconds