Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/mce/
Dapei.c39 m.status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | MCI_STATUS_MISCV | 0x9f; in apei_mce_report_mem_error()
Dcore.c721 if (!(m.status & MCI_STATUS_EN)) in machine_check_poll()
793 MCI_STATUS_EN|MCI_STATUS_MISCV|MCI_STATUS_ADDRV| in quirk_sandybridge_ifu()
796 (MCI_STATUS_UC|MCI_STATUS_EN| in quirk_sandybridge_ifu()
839 (MCI_STATUS_VAL | MCI_STATUS_OVER | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
842 (MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
Dseverity.c78 EXCP, BITCLR(MCI_STATUS_EN)
/linux-5.19.10/arch/x86/include/asm/
Dmce.h36 #define MCI_STATUS_EN BIT_ULL(60) /* error enabled */ macro