Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
A Dintel.c115 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()
116 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
/arch/x86/include/asm/
A Dmce.h22 #define MCG_LMCE_P BIT_ULL(27) /* Local machine check supported */ macro
/arch/x86/kvm/vmx/
A Dtdx.c2229 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in tdx_get_msr()
2233 if (!msr->host_initiated && !(vcpu->arch.mcg_cap & MCG_LMCE_P)) in tdx_get_msr()
2249 if ((!msr->host_initiated && !(vcpu->arch.mcg_cap & MCG_LMCE_P)) || in tdx_set_msr()
A Dvmx.c8121 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in vmx_setup_mce()
8478 kvm_caps.supported_mce_cap |= MCG_LMCE_P; in vmx_hardware_setup()

Completed in 24 milliseconds