Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c248 uint64_t mcg_caps = MCG_CTL_P | MCG_SER_P | MCG_LMCE_P | KVM_MAX_MCE_BANKS; in setup_mce_cap() local
250 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()