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
112 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()113 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
1733 if (cap & MCG_SER_P) in __mcheck_cpu_cap_init()
19 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
262 uint64_t mcg_caps = MCG_CTL_P | MCG_SER_P | MCG_LMCE_P | KVM_MAX_MCE_BANKS; in setup_mce_cap()
93 .supported_mce_cap = MCG_CTL_P | MCG_SER_P,
Completed in 33 milliseconds