Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/cpu/mce/
Dseverity.c82 BITSET(MCI_STATUS_PCC)
326 if (m->status & MCI_STATUS_PCC) in mce_severity_amd()
Dapei.c46 m.status |= MCI_STATUS_PCC; in apei_mce_report_mem_error()
Dinject.c507 if (!(i_mce.status & MCI_STATUS_PCC)) in do_inject()
Dcore.c794 if (!(m.status & MCI_STATUS_PCC) && !(m.status & MCI_STATUS_S)) in machine_check_poll()
1738 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
/Linux-v5.15/arch/x86/include/asm/
Dmce.h39 #define MCI_STATUS_PCC BIT_ULL(57) /* processor context corrupt */ macro
/Linux-v5.15/drivers/edac/
Dmce_amd.c1106 if (m->status & MCI_STATUS_PCC) in decode_error_status()
1140 ((m->status & MCI_STATUS_PCC) ? "PCC" : "-")); in amd_decode_mce()