Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c67 #define MCI_UC_S (MCI_STATUS_UC|MCI_STATUS_S)
68 #define MCI_UC_AR (MCI_STATUS_UC|MCI_STATUS_AR)
69 #define MCI_UC_SAR (MCI_STATUS_UC|MCI_STATUS_S|MCI_STATUS_AR)
104 NOSER, BITCLR(MCI_STATUS_UC)
115 SER, MASK(MCI_UC_AR|MCACOD_SCRUBMSK, MCI_STATUS_UC|MCACOD_SCRUB)
119 SER, MASK(MCI_UC_AR|MCACOD, MCI_STATUS_UC|MCACOD_L3WB)
130 SER, MASK(MCI_STATUS_UC|MCI_ADDR|0xffffeff0, MCI_ADDR|0x001000c0),
137 SER, MASK(MCI_UC_SAR, MCI_STATUS_UC)
142 MASK(MCI_STATUS_OVER|MCI_UC_SAR, MCI_STATUS_UC|MCI_STATUS_AR)
215 BITSET(MCI_STATUS_OVER|MCI_STATUS_UC)
[all …]
H A Dapei.c56 m->status |= MCI_STATUS_UC; in apei_mce_report_mem_error()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h
/linux/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c
/linux/drivers/edac/
H A Dpnd2_edac.c1129 bool uc_err = m->status & MCI_STATUS_UC; in pnd2_mce_output_error()
/linux/arch/x86/kvm/
H A Dx86.c5224 (mce->status & MCI_STATUS_UC); in is_ucna()
5265 if ((mce->status & MCI_STATUS_UC) && (mcg_cap & MCG_CTL_P) && in kvm_vcpu_ioctl_x86_set_mce()
5272 if ((mce->status & MCI_STATUS_UC) && banks[0] != ~(u64)0) in kvm_vcpu_ioctl_x86_set_mce()
5274 if (mce->status & MCI_STATUS_UC) { in kvm_vcpu_ioctl_x86_set_mce()
5288 || !(banks[1] & MCI_STATUS_UC)) { in kvm_vcpu_ioctl_x86_set_mce()