Home
last modified time | relevance | path

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

/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.c901 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
905 MCI_STATUS_AR|MCACOD_INSTR)) in quirk_sandybridge_ifu()
948 MCI_STATUS_AR | MCI_STATUS_S)) == in quirk_skylake_repmov()
951 MCI_STATUS_AR | MCI_STATUS_S)) { in quirk_skylake_repmov()
/linux/arch/x86/include/asm/
H A Dmce.h43 #define MCI_STATUS_AR BIT_ULL(55) /* Action required */ macro
/linux/arch/x86/kvm/
H A Dx86.c5457 !(mce->status & (MCI_STATUS_PCC | MCI_STATUS_S | MCI_STATUS_AR)) && in is_ucna()