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
114 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()115 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
1813 if (cap & MCG_SER_P) in __mcheck_cpu_cap_init()
20 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
245 uint64_t mcg_caps = MCG_CTL_P | MCG_SER_P | MCG_LMCE_P | KVM_MAX_MCE_BANKS; in setup_mce_cap()
9738 kvm_caps.supported_mce_cap = MCG_CTL_P | MCG_SER_P; in kvm_x86_vendor_init()
Completed in 38 milliseconds