Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dmce.h17 #define MCI_STATUS_EN (1ULL << 60) /* error enabled */ macro
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c52 m->status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | MCI_STATUS_MISCV | 0x9f; in apei_mce_report_mem_error()
H A Dcore.c753 if (!(m->status & MCI_STATUS_EN)) in ser_should_log_poll_error()
900 MCI_STATUS_EN|MCI_STATUS_MISCV|MCI_STATUS_ADDRV| in quirk_sandybridge_ifu()
903 (MCI_STATUS_UC|MCI_STATUS_EN| in quirk_sandybridge_ifu()
946 (MCI_STATUS_VAL | MCI_STATUS_OVER | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
949 (MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
H A Dseverity.c78 EXCP, BITCLR(MCI_STATUS_EN)
/linux/tools/testing/selftests/kvm/x86/
H A Ducna_injection_test.c155 uint64_t status = MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN | in inject_ucna()
/linux/arch/x86/include/asm/
H A Dmce.h38 #define MCI_STATUS_EN BIT_ULL(60) /* error enabled */ macro