Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dmce.h15 #define MCI_STATUS_VAL (1ULL << 63) /* valid error */ macro
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dthreshold.c128 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.c511 i_mce.status |= MCI_STATUS_VAL; in do_inject()
741 u64 status = MCI_STATUS_VAL, ipid; in check_hw_inj_possible()
H A Dcore.c769 if (!(m->status & MCI_STATUS_VAL)) in machine_check_poll()
906 (MCI_STATUS_VAL | MCI_STATUS_OVER | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
909 (MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN | in quirk_skylake_repmov()
959 if (!(m->status & MCI_STATUS_VAL)) in mce_no_way_out()
1339 if (!(m->status & MCI_STATUS_VAL)) in __mc_scan_banks()
H A Dseverity.c74 BITCLR(MCI_STATUS_VAL)
H A Damd.c838 if (!(status & MCI_STATUS_VAL)) in _log_error_bank()
/linux-6.15/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-6.15/arch/x86/include/asm/
H A Dmce.h35 #define MCI_STATUS_VAL BIT_ULL(63) /* valid error */ macro
/linux-6.15/arch/x86/kvm/
H A Dx86.c5255 (mce->status & MCI_STATUS_VAL) && in is_ucna()
5285 if (mce->bank >= bank_num || !(mce->status & MCI_STATUS_VAL)) in kvm_vcpu_ioctl_x86_set_mce()
5312 if (banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()
5319 } else if (!(banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()
5321 if (banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()