Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h12 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dintel.c110 * MCG_SER_P and MCG_LMCE_P should be present in MCG_CAP. in lmce_supported()
112 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()
113 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
H A Dcore.c1659 if (cap & MCG_SER_P) in __mcheck_cpu_cap_init()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dintel.c117 * MCG_SER_P and MCG_LMCE_P should be present in MCG_CAP. in lmce_supported()
119 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()
120 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
H A Dcore.c1779 if (cap & MCG_SER_P) in __mcheck_cpu_cap_init()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmce.h19 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
/kernel/linux/linux-6.6/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; in setup_mce_cap()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmce.h19 #define MCG_SER_P BIT_ULL(24) /* MCA recovery/new status bits */ macro
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c84 u64 __read_mostly kvm_mce_cap_supported = MCG_CTL_P | MCG_SER_P;
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c96 .supported_mce_cap = MCG_CTL_P | MCG_SER_P,

Completed in 39 milliseconds