Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dmce.h12 #define MCG_CMCI_P BIT_ULL(10) /* CMCI supported */ macro
/linux/tools/testing/selftests/kvm/x86/
H A Ducna_injection_test.c247 mcg_caps |= MCG_CMCI_P; in setup_mce_cap()
276 if (!(supported_mcg_caps & MCG_CMCI_P)) { in main()
/linux/arch/x86/include/asm/
H A Dmce.h15 #define MCG_CMCI_P BIT_ULL(10) /* CMCI supported */ macro
/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c99 return !!(cap & MCG_CMCI_P); in cmci_supported()
/linux/arch/x86/kvm/
H A Dx86.c3582 if (!(mcg_cap & MCG_CMCI_P) && (data || !msr_info->host_initiated)) in set_msr_mce()
4333 if (!(mcg_cap & MCG_CMCI_P) && !host) in get_msr_mce()
5434 if (mcg_cap & MCG_CMCI_P) in kvm_vcpu_ioctl_x86_setup_mce()
5471 if (!(mcg_cap & MCG_CMCI_P) || in kvm_vcpu_x86_set_ucna()
H A Dlapic.c601 return KVM_APIC_MAX_NR_LVT_ENTRIES - !(vcpu->arch.mcg_cap & MCG_CMCI_P); in kvm_apic_calc_nr_lvt_entries()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8850 kvm_caps.supported_mce_cap |= MCG_CMCI_P; in vmx_hardware_setup()