Home
last modified time | relevance | path

Searched refs:MCI_STATUS_S (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c67 #define MCI_UC_S (MCI_STATUS_UC|MCI_STATUS_S)
69 #define MCI_UC_SAR (MCI_STATUS_UC|MCI_STATUS_S|MCI_STATUS_AR)
146 SER, BITCLR(MCI_STATUS_S)
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()
799 MCI_STATUS_MISCV|MCI_STATUS_ADDRV|MCI_STATUS_S| in quirk_sandybridge_ifu()
843 MCI_STATUS_AR | MCI_STATUS_S)) == in quirk_skylake_repmov()
846 MCI_STATUS_AR | MCI_STATUS_S)) { in quirk_skylake_repmov()
1276 if (!(m->status & (cfg->ser ? MCI_STATUS_S : MCI_STATUS_UC)) && in __mc_scan_banks()
/openbmc/linux/arch/x86/include/asm/
H A Dmce.h40 #define MCI_STATUS_S BIT_ULL(56) /* Signaled machine check */ macro
/openbmc/linux/drivers/edac/
H A Dpnd2_edac.c1129 bool recov = m->status & MCI_STATUS_S; in pnd2_mce_output_error()
/openbmc/qemu/target/i386/
H A Dcpu.h374 #define MCI_STATUS_S (1ULL<<56) /* Signaled machine check */ macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c679 status |= MCI_STATUS_S | MCI_STATUS_UC; in kvm_mce_inject()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c5070 !(mce->status & (MCI_STATUS_PCC | MCI_STATUS_S | MCI_STATUS_AR)) && in is_ucna()