Home
last modified time | relevance | path

Searched refs:MCI_STATUS_UC (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/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()
[all...]
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()
/kernel/linux/linux-5.10/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 Dapei.c42 m.status |= MCI_STATUS_UC; in apei_mce_report_mem_error()
H A Dcore.c305 if (!(m->status & MCI_STATUS_UC)) { in mce_panic()
314 if (!(m->status & MCI_STATUS_UC)) in mce_panic()
604 if (m->status & MCI_STATUS_UC) in mce_is_correctable()
770 if ((flags & MCP_UC) || !(m.status & MCI_STATUS_UC)) in machine_check_poll()
780 if (m.status & MCI_STATUS_UC) in machine_check_poll()
1209 if (!(m->status & (cfg->ser ? MCI_STATUS_S : MCI_STATUS_UC)) && in __mc_scan_banks()
1743 if ((m->status & (MCI_STATUS_OVER|MCI_STATUS_UC| in quirk_sandybridge_ifu()
1747 (MCI_STATUS_UC|MCI_STATUS_EN| in quirk_sandybridge_ifu()
H A Dinject.c514 i_mce.status &= ~MCI_STATUS_UC; in do_inject()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h18 #define MCI_STATUS_UC (1ULL << 61) /* uncorrected error */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmce.h35 #define MCI_STATUS_UC BIT_ULL(61) /* uncorrected error */ macro
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/edac/
H A Dmce_amd.c1035 if (m->status & MCI_STATUS_UC) { in decode_error_status()
1066 ((m->status & MCI_STATUS_UC) ? "UE" : in amd_decode_mce()
H A Dpnd2_edac.c1150 bool uc_err = m->status & MCI_STATUS_UC; in pnd2_mce_output_error()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmce.h35 #define MCI_STATUS_UC BIT_ULL(61) /* uncorrected error */ macro
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c4321 if ((mce->status & MCI_STATUS_UC) && (mcg_cap & MCG_CTL_P) && in kvm_vcpu_ioctl_x86_set_mce()
4329 if ((mce->status & MCI_STATUS_UC) && banks[0] != ~(u64)0) in kvm_vcpu_ioctl_x86_set_mce()
4331 if (mce->status & MCI_STATUS_UC) { in kvm_vcpu_ioctl_x86_set_mce()
4345 || !(banks[1] & MCI_STATUS_UC)) { in kvm_vcpu_ioctl_x86_set_mce()

Completed in 50 milliseconds