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

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h18 #define MCI_STATUS_UC (1ULL << 61) /* uncorrected error */ macro
/linux-master/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.c54 m.status |= MCI_STATUS_UC;
H A Dcore.c274 if (!(m->status & MCI_STATUS_UC)) {
283 if (!(m->status & MCI_STATUS_UC))
555 if (m->status & MCI_STATUS_UC)
723 if ((flags & MCP_UC) || !(m.status & MCI_STATUS_UC))
733 if (m.status & MCI_STATUS_UC)
810 if ((m->status & (MCI_STATUS_OVER|MCI_STATUS_UC|
814 (MCI_STATUS_UC|MCI_STATUS_EN|
857 (MCI_STATUS_VAL | MCI_STATUS_OVER | MCI_STATUS_UC | MCI_STATUS_EN |
860 (MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN |
1292 if (!(m->status & (cfg->ser ? MCI_STATUS_S : MCI_STATUS_UC))
[all...]
H A Dinject.c533 i_mce.status &= ~MCI_STATUS_UC;
/linux-master/arch/x86/include/asm/
H A Dmce.h35 #define MCI_STATUS_UC BIT_ULL(61) /* uncorrected error */ macro
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c158 uint64_t status = MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN |
/linux-master/drivers/edac/
H A Dmce_amd.c778 if (m->status & MCI_STATUS_UC) {
809 ((m->status & MCI_STATUS_UC) ? "UE" :
H A Dpnd2_edac.c1129 bool uc_err = m->status & MCI_STATUS_UC;
/linux-master/arch/x86/kvm/
H A Dx86.c5273 (mce->status & MCI_STATUS_UC);
5314 if ((mce->status & MCI_STATUS_UC) && (mcg_cap & MCG_CTL_P) &&
5321 if ((mce->status & MCI_STATUS_UC) && banks[0] != ~(u64)0)
5323 if (mce->status & MCI_STATUS_UC) {
5337 || !(banks[1] & MCI_STATUS_UC)) {

Completed in 406 milliseconds