Searched refs:MCG_CMCI_P (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dmce.h14 #define MCG_CMCI_P BIT_ULL(10) /* CMCI supported */ macro
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c12 * The test starts one vCPU with the MCG_CMCI_P enabled. It verifies that
13 * proper UCNA errors can be injected to a vCPU with MCG_CMCI_P and
250 mcg_caps |= MCG_CMCI_P;
279 if (!(supported_mcg_caps & MCG_CMCI_P)) {
280 print_skip("MCG_CMCI_P is not supported");
/linux-master/arch/x86/include/asm/
H A Dmce.h15 #define MCG_CMCI_P BIT_ULL(10) /* CMCI supported */ macro
/linux-master/arch/x86/kernel/cpu/mce/
H A Dintel.c98 return !!(cap & MCG_CMCI_P);
/linux-master/arch/x86/kvm/
H A Dlapic.c573 return KVM_APIC_MAX_NR_LVT_ENTRIES - !(vcpu->arch.mcg_cap & MCG_CMCI_P);
H A Dx86.c3504 if (!(mcg_cap & MCG_CMCI_P) && (data || !msr_info->host_initiated))
4208 if (!(mcg_cap & MCG_CMCI_P) && !host)
5248 if (mcg_cap & MCG_CMCI_P)
5285 if (!(mcg_cap & MCG_CMCI_P) ||
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8684 kvm_caps.supported_mce_cap |= MCG_CMCI_P;

Completed in 504 milliseconds