Searched refs:MCG_CMCI_P (Results 1 – 6 of 6) sorted by relevance
12 #define MCG_CMCI_P BIT_ULL(10) /* CMCI supported */ macro
12 * The test starts one vCPU with the MCG_CMCI_P enabled. It verifies that13 * proper UCNA errors can be injected to a vCPU with MCG_CMCI_P and247 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()
99 return !!(cap & MCG_CMCI_P); in cmci_supported()
540 return KVM_APIC_MAX_NR_LVT_ENTRIES - !(vcpu->arch.mcg_cap & MCG_CMCI_P); in kvm_apic_calc_nr_lvt_entries()
3503 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()
8479 kvm_caps.supported_mce_cap |= MCG_CMCI_P; in vmx_hardware_setup()