Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dseverity.c82 BITSET(MCI_STATUS_PCC)
330 if (m->status & MCI_STATUS_PCC) in mce_severity_amd()
H A Dapei.c45 m.status |= MCI_STATUS_PCC; in apei_mce_report_mem_error()
H A Dinject.c504 if (!(i_mce.status & MCI_STATUS_PCC)) in do_inject()
H A Dcore.c803 if (!(m.status & MCI_STATUS_PCC) && !(m.status & MCI_STATUS_S)) in machine_check_poll()
1755 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dmce_amd.c1036 if (m->status & MCI_STATUS_PCC) in decode_error_status()
1070 ((m->status & MCI_STATUS_PCC) ? "PCC" : "-")); in amd_decode_mce()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h39 #define MCI_STATUS_PCC BIT_ULL(57) /* processor context corrupt */ macro