Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c82 BITSET(MCI_STATUS_PCC)
322 if (m->status & MCI_STATUS_PCC) { in mce_severity_amd()
H A Dapei.c57 m.status |= MCI_STATUS_PCC; in apei_mce_report_mem_error()
H A Dcore.c730 if (!(m.status & MCI_STATUS_PCC) && !(m.status & MCI_STATUS_S)) in machine_check_poll()
796 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
842 MCI_STATUS_ADDRV | MCI_STATUS_MISCV | MCI_STATUS_PCC | in quirk_skylake_repmov()
H A Dinject.c525 if (!(i_mce.status & MCI_STATUS_PCC)) in do_inject()
/openbmc/linux/arch/x86/include/asm/
H A Dmce.h39 #define MCI_STATUS_PCC BIT_ULL(57) /* processor context corrupt */ macro
/openbmc/linux/drivers/edac/
H A Dmce_amd.c1221 if (m->status & MCI_STATUS_PCC) in decode_error_status()
1255 ((m->status & MCI_STATUS_PCC) ? "PCC" : "-")); in amd_decode_mce()
/openbmc/qemu/target/i386/
H A Dcpu.h373 #define MCI_STATUS_PCC (1ULL<<57) /* processor context corrupt */ macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c5070 !(mce->status & (MCI_STATUS_PCC | MCI_STATUS_S | MCI_STATUS_AR)) && in is_ucna()