Searched refs:MCG_LMCE_P (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h13 #define MCG_LMCE_P BIT_ULL(27) /* Local machine check supported */ 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))
/linux-master/arch/x86/include/asm/
H A Dmce.h21 #define MCG_LMCE_P BIT_ULL(27) /* Local machine check supported */ 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/vmx/
H A Dvmx.c8164 if (vcpu->arch.mcg_cap & MCG_LMCE_P)
8683 kvm_caps.supported_mce_cap |= MCG_LMCE_P;

Completed in 158 milliseconds