Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h19 #define MCI_STATUS_EN (1ULL << 60) /* error enabled */ macro
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c50 m.status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | MCI_STATUS_MISCV | 0x9f; in apei_mce_report_mem_error()
H A Dcore.c723 if (!(m.status & MCI_STATUS_EN)) in machine_check_poll()
795 MCI_STATUS_EN|MCI_STATUS_MISCV|MCI_STATUS_ADDRV| in quirk_sandybridge_ifu()
798 (MCI_STATUS_UC|MCI_STATUS_EN| in quirk_sandybridge_ifu()
841 (MCI_STATUS_VAL | MCI_STATUS_OVER | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
844 (MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
H A Dseverity.c78 EXCP, BITCLR(MCI_STATUS_EN)
/openbmc/linux/arch/x86/include/asm/
H A Dmce.h36 #define MCI_STATUS_EN BIT_ULL(60) /* error enabled */ macro
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c158 uint64_t status = MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN | in inject_ucna()
/openbmc/qemu/target/i386/
H A Dcpu.h370 #define MCI_STATUS_EN (1ULL<<60) /* error enabled */ macro
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c673 uint64_t status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_MISCV | in kvm_mce_inject()