Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Ducna_injection_test.c246 u64 mcg_caps = MCG_CTL_P | MCG_SER_P | MCG_LMCE_P | KVM_MAX_MCE_BANKS; in setup_mce_cap() local
248 mcg_caps |= MCG_CMCI_P; in setup_mce_cap()
250 mcg_caps &= supported_mcg_caps | MCG_CAP_BANKS_MASK; in setup_mce_cap()
251 vcpu_ioctl(vcpu, KVM_X86_SETUP_MCE, &mcg_caps); in setup_mce_cap()