Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
Dapei.c45 m.status |= MCI_STATUS_PCC; in apei_mce_report_mem_error()
Dseverity.c72 BITSET(MCI_STATUS_PCC)
257 if (m->status & MCI_STATUS_PCC) in mce_severity_amd()
Dinject.c504 if (!(i_mce.status & MCI_STATUS_PCC)) in do_inject()
Dcore.c748 if (!(m.status & MCI_STATUS_PCC) && !(m.status & MCI_STATUS_S)) in machine_check_poll()
1613 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
/arch/x86/include/asm/
Dmce.h39 #define MCI_STATUS_PCC BIT_ULL(57) /* processor context corrupt */ macro