Home
last modified time | relevance | path

Searched refs:MCI_STATUS_VAL (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dmce.h15 #define MCI_STATUS_VAL (1ULL << 63) /* valid error */ macro
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c732 if (m->status & MCI_STATUS_VAL) in smca_should_log_poll_error()
736 if ((m->status & MCI_STATUS_VAL) && (m->status & MCI_STATUS_DEFERRED)) { in smca_should_log_poll_error()
774 if (!(m->status & MCI_STATUS_VAL)) in should_log_poll_error()
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()
999 if (!(m->status & MCI_STATUS_VAL)) in mce_no_way_out()
1379 if (!(m->status & MCI_STATUS_VAL)) in __mc_scan_banks()
H A Dthreshold.c145 if ((mce->status & MCI_STATUS_VAL) && mce_is_correctable(mce)) in mce_track_storm()
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 Dinject.c512 i_mce.status |= MCI_STATUS_VAL; in do_inject()
742 u64 status = MCI_STATUS_VAL, ipid; in check_hw_inj_possible()
H A Dseverity.c74 BITCLR(MCI_STATUS_VAL)
/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.h35 #define MCI_STATUS_VAL BIT_ULL(63) /* valid error */ macro
/linux/arch/x86/kvm/
H A Dx86.c5458 (mce->status & MCI_STATUS_VAL) && in is_ucna()
5488 if (mce->bank >= bank_num || !(mce->status & MCI_STATUS_VAL)) in kvm_vcpu_ioctl_x86_set_mce()
5515 if (banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()
5522 } else if (!(banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()
5524 if (banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()