Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
A Dseverity.c82 BITSET(MCI_STATUS_PCC)
333 if (m->status & MCI_STATUS_PCC) { in mce_severity_amd()
A Dapei.c57 m.status |= MCI_STATUS_PCC; in apei_mce_report_mem_error()
A Dcore.c757 if (!(m.status & MCI_STATUS_PCC) && !(m.status & MCI_STATUS_S)) in machine_check_poll()
819 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
865 MCI_STATUS_ADDRV | MCI_STATUS_MISCV | MCI_STATUS_PCC | in quirk_skylake_repmov()
A Dinject.c527 if (!(i_mce.status & MCI_STATUS_PCC)) in do_inject()
/linux/arch/x86/include/asm/
A Dmce.h41 #define MCI_STATUS_PCC BIT_ULL(57) /* processor context corrupt */ macro
/linux/drivers/edac/
A Dmce_amd.c779 if (m->status & MCI_STATUS_PCC) in decode_error_status()
813 ((m->status & MCI_STATUS_PCC) ? "PCC" : "-")); in amd_decode_mce()
/linux/arch/x86/kvm/
A Dx86.c5252 !(mce->status & (MCI_STATUS_PCC | MCI_STATUS_S | MCI_STATUS_AR)) && in is_ucna()

Completed in 42 milliseconds