Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c76 BITSET(MCI_STATUS_PCC)
256 if (m->status & MCI_STATUS_PCC) in mce_severity_amd()
Dmce-apei.c57 m.status |= MCI_STATUS_PCC; in apei_mce_report_mem_error()
Dmce-inject.c510 if (!(i_mce.status & MCI_STATUS_PCC)) in do_inject()
Dmce.c1558 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
/Linux-v4.19/arch/x86/include/asm/
Dmce.h39 #define MCI_STATUS_PCC (1ULL<<57) /* processor context corrupt */ macro
/Linux-v4.19/drivers/edac/
Dmce_amd.c931 if (m->status & MCI_STATUS_PCC) in decode_error_status()
964 ((m->status & MCI_STATUS_PCC) ? "PCC" : "-"), in amd_decode_mce()