Searched refs:mcg_caps (Results 1 – 1 of 1) sorted by relevance
248 uint64_t mcg_caps = MCG_CTL_P | MCG_SER_P | MCG_LMCE_P | KVM_MAX_MCE_BANKS; in setup_mce_cap() local250 mcg_caps |= MCG_CMCI_P; in setup_mce_cap()252 mcg_caps &= supported_mcg_caps | MCG_CAP_BANKS_MASK; in setup_mce_cap()253 vcpu_ioctl(vcpu, KVM_X86_SETUP_MCE, &mcg_caps); in setup_mce_cap()