Searched refs:MCG_LMCE_P (Results 1 – 4 of 4) sorted by relevance
115 if ((tmp & (MCG_SER_P | MCG_LMCE_P)) != in lmce_supported()116 (MCG_SER_P | MCG_LMCE_P)) in lmce_supported()
22 #define MCG_LMCE_P BIT_ULL(27) /* Local machine check supported */ macro
2229 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()
8121 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