Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c68 #define MCI_UC_AR (MCI_STATUS_UC|MCI_STATUS_AR)
69 #define MCI_UC_SAR (MCI_STATUS_UC|MCI_STATUS_S|MCI_STATUS_AR)
142 MASK(MCI_STATUS_OVER|MCI_UC_SAR, MCI_STATUS_UC|MCI_STATUS_AR)
H A Dcore.c796 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
800 MCI_STATUS_AR|MCACOD_INSTR)) 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()
/openbmc/linux/arch/x86/include/asm/
H A Dmce.h41 #define MCI_STATUS_AR BIT_ULL(55) /* Action required */ macro
/openbmc/qemu/target/i386/
H A Dhelper.c390 bool ar = !!(params->status & MCI_STATUS_AR); in do_inject_x86_mce()
H A Dcpu.h375 #define MCI_STATUS_AR (1ULL<<55) /* Action required */ macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c681 status |= MCI_STATUS_AR | 0x134; 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()