Searched refs:MCG_SER_P (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h12 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
/linux-master/arch/x86/kernel/cpu/mce/
H A Dintel.c112 * MCG_SER_P and MCG_LMCE_P should be present in MCG_CAP.
114 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) !=
115 (MCG_SER_P | MCG_LMCE_P))
H A Dcore.c1788 if (cap & MCG_SER_P)
/linux-master/arch/x86/include/asm/
H A Dmce.h19 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c248 uint64_t mcg_caps = MCG_CTL_P | MCG_SER_P | MCG_LMCE_P | KVM_MAX_MCE_BANKS;
/linux-master/arch/x86/kvm/
H A Dx86.c96 .supported_mce_cap = MCG_CTL_P | MCG_SER_P,

Completed in 156 milliseconds