Home
last modified time | relevance | path

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

/openbmc/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)
203 BITSET(MCI_STATUS_OVER|MCI_STATUS_UC)
[all …]
H A Dcore.c264 if (!(m->status & MCI_STATUS_UC)) { in mce_panic()
273 if (!(m->status & MCI_STATUS_UC)) in mce_panic()
549 if (m->status & MCI_STATUS_UC) in mce_is_correctable()
707 if ((flags & MCP_UC) || !(m.status & MCI_STATUS_UC)) in machine_check_poll()
717 if (m.status & MCI_STATUS_UC) in machine_check_poll()
794 if ((m->status & (MCI_STATUS_OVER|MCI_STATUS_UC| 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()
1276 if (!(m->status & (cfg->ser ? MCI_STATUS_S : MCI_STATUS_UC)) && in __mc_scan_banks()
H A Dapei.c54 m.status |= MCI_STATUS_UC; in apei_mce_report_mem_error()
H A Dinject.c535 i_mce.status &= ~MCI_STATUS_UC; in do_inject()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h18 #define MCI_STATUS_UC (1ULL << 61) /* uncorrected error */ macro
/openbmc/qemu/target/i386/
H A Dhelper.c404 if (params->status & MCI_STATUS_UC) { in do_inject_x86_mce()
456 || !(banks[1] & MCI_STATUS_UC)) { in do_inject_x86_mce()
510 params.status = MCI_STATUS_VAL | MCI_STATUS_UC; in cpu_x86_inject_mce()
H A Dcpu.h369 #define MCI_STATUS_UC (1ULL<<61) /* uncorrected error */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dmce.h35 #define MCI_STATUS_UC BIT_ULL(61) /* uncorrected error */ macro
/openbmc/linux/drivers/edac/
H A Dmce_amd.c1220 if (m->status & MCI_STATUS_UC) { in decode_error_status()
1251 ((m->status & MCI_STATUS_UC) ? "UE" : in amd_decode_mce()
H A Dpnd2_edac.c1128 bool uc_err = m->status & MCI_STATUS_UC; in pnd2_mce_output_error()
/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/linux/arch/x86/kvm/
H A Dx86.c5072 (mce->status & MCI_STATUS_UC); in is_ucna()
5113 if ((mce->status & MCI_STATUS_UC) && (mcg_cap & MCG_CTL_P) && in kvm_vcpu_ioctl_x86_set_mce()
5120 if ((mce->status & MCI_STATUS_UC) && banks[0] != ~(u64)0) in kvm_vcpu_ioctl_x86_set_mce()
5122 if (mce->status & MCI_STATUS_UC) { in kvm_vcpu_ioctl_x86_set_mce()
5136 || !(banks[1] & MCI_STATUS_UC)) { in kvm_vcpu_ioctl_x86_set_mce()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c679 status |= MCI_STATUS_S | MCI_STATUS_UC; in kvm_mce_inject()
688 status |= MCI_STATUS_UC | MCI_STATUS_POISON; in kvm_mce_inject()