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

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h17 #define MCI_STATUS_VAL (1ULL << 63) /* valid error */ macro
/linux-master/arch/x86/kernel/cpu/mce/
H A Dthreshold.c128 if ((mce->status & MCI_STATUS_VAL) && mce_is_correctable(mce))
H A Dapei.c50 m.status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | MCI_STATUS_MISCV | 0x9f;
H A Dinject.c507 i_mce.status |= MCI_STATUS_VAL;
736 u64 status = MCI_STATUS_VAL, ipid;
H A Dcore.c707 * MCI_STATUS_VAL bit. Valid corrected errors count
716 if (!(m.status & MCI_STATUS_VAL))
857 (MCI_STATUS_VAL | MCI_STATUS_OVER | MCI_STATUS_UC | MCI_STATUS_EN |
860 (MCI_STATUS_VAL | MCI_STATUS_UC | MCI_STATUS_EN |
909 if (!(m->status & MCI_STATUS_VAL))
1285 if (!(m->status & MCI_STATUS_VAL))
H A Dseverity.c74 BITCLR(MCI_STATUS_VAL)
H A Damd.c824 if (!(status & MCI_STATUS_VAL))
/linux-master/arch/x86/include/asm/
H A Dmce.h33 #define MCI_STATUS_VAL BIT_ULL(63) /* valid 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/arch/x86/kvm/
H A Dx86.c5272 (mce->status & MCI_STATUS_VAL) &&
5302 if (mce->bank >= bank_num || !(mce->status & MCI_STATUS_VAL))
5329 if (banks[1] & MCI_STATUS_VAL)
5336 } else if (!(banks[1] & MCI_STATUS_VAL)
5338 if (banks[1] & MCI_STATUS_VAL)

Completed in 198 milliseconds