Home
last modified time | relevance | path

Searched refs:MCG_LMCE_P (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dintel.c112 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()
113 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h21 #define MCG_LMCE_P BIT_ULL(27) /* Local machine check supported */ macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7648 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in vmx_setup_mce()
8014 kvm_mce_cap_supported |= MCG_LMCE_P; in hardware_setup()