Searched refs:MCG_SER_P (Results 1 – 6 of 6) sorted by relevance
12 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
119 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()120 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
1763 if (cap & MCG_SER_P) in __mcheck_cpu_cap_init()
19 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
248 uint64_t mcg_caps = MCG_CTL_P | MCG_SER_P | MCG_LMCE_P | KVM_MAX_MCE_BANKS; in setup_mce_cap()
96 .supported_mce_cap = MCG_CTL_P | MCG_SER_P,