Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dapei.c39 m.status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | 0x9f; in apei_mce_report_mem_error()
H A Dseverity.c74 BITCLR(MCI_STATUS_VAL)
H A Dcore.c773 if (!(m.status & MCI_STATUS_VAL)) in machine_check_poll()
864 if (!(m->status & MCI_STATUS_VAL)) in mce_no_way_out()
1212 if (!(m->status & MCI_STATUS_VAL)) in __mc_scan_banks()
H A Damd.c942 if (!(status & MCI_STATUS_VAL)) in _log_error_bank()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h33 #define MCI_STATUS_VAL BIT_ULL(63) /* valid error */ macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c4242 if (mce->bank >= bank_num || !(mce->status & MCI_STATUS_VAL)) in kvm_vcpu_ioctl_x86_set_mce()
4264 if (banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()
4271 } else if (!(banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()
4273 if (banks[1] & MCI_STATUS_VAL) in kvm_vcpu_ioctl_x86_set_mce()