Searched refs:mci_ctl2_banks (Results 1 – 2 of 2) sorted by relevance
3355 vcpu->arch.mci_ctl2_banks[offset] = data; in set_msr_mce()4031 data = vcpu->arch.mci_ctl2_banks[offset]; in get_msr_mce()5043 vcpu->arch.mci_ctl2_banks[bank] = 0; in kvm_vcpu_ioctl_x86_setup_mce()5080 !(vcpu->arch.mci_ctl2_banks[mce->bank] & MCI_CTL2_CMCI_EN)) in kvm_vcpu_x86_set_ucna()11899 vcpu->arch.mci_ctl2_banks = kcalloc(KVM_MAX_MCE_BANKS, sizeof(u64), in kvm_arch_vcpu_create()11901 if (!vcpu->arch.mce_banks || !vcpu->arch.mci_ctl2_banks) in kvm_arch_vcpu_create()11957 kfree(vcpu->arch.mci_ctl2_banks); in kvm_arch_vcpu_create()12002 kfree(vcpu->arch.mci_ctl2_banks); in kvm_arch_vcpu_destroy()
917 u64 *mci_ctl2_banks; member