Home
last modified time | relevance | path

Searched refs:MCG_CMCI_P (Results 1 – 6 of 6) 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.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
247 mcg_caps |= MCG_CMCI_P; in setup_mce_cap()
276 if (!(supported_mcg_caps & MCG_CMCI_P)) { in main()
277 print_skip("MCG_CMCI_P is not supported"); in main()
/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c99 return !!(cap & MCG_CMCI_P); in cmci_supported()
/linux/arch/x86/kvm/
H A Dlapic.c540 return KVM_APIC_MAX_NR_LVT_ENTRIES - !(vcpu->arch.mcg_cap & MCG_CMCI_P); in kvm_apic_calc_nr_lvt_entries()
H A Dx86.c3503 if (!(mcg_cap & MCG_CMCI_P) && (data || !msr_info->host_initiated)) in set_msr_mce()
4194 if (!(mcg_cap & MCG_CMCI_P) && !host) in get_msr_mce()
5275 if (mcg_cap & MCG_CMCI_P) in kvm_vcpu_ioctl_x86_setup_mce()
5312 if (!(mcg_cap & MCG_CMCI_P) || in kvm_vcpu_x86_set_ucna()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8479 kvm_caps.supported_mce_cap |= MCG_CMCI_P; in vmx_hardware_setup()