Searched refs:mci_ctl2_banks (Results 1 – 2 of 2) sorted by relevance
3589 vcpu->arch.mci_ctl2_banks[offset] = data; in set_msr_mce() 4337 data = vcpu->arch.mci_ctl2_banks[offset]; in get_msr_mce() 5436 vcpu->arch.mci_ctl2_banks[bank] = 0;5473 !(vcpu->arch.mci_ctl2_banks[mce->bank] & MCI_CTL2_CMCI_EN)) in kvm_vcpu_ioctl_x86_set_mce() 12770 vcpu->arch.mci_ctl2_banks = kcalloc(KVM_MAX_MCE_BANKS, sizeof(u64), in kvm_arch_vcpu_create() 12772 if (!vcpu->arch.mce_banks || !vcpu->arch.mci_ctl2_banks) in kvm_arch_vcpu_create() 12825 kfree(vcpu->arch.mci_ctl2_banks); in kvm_xstate_reset() 12870 kfree(vcpu->arch.mci_ctl2_banks); in kvm_vcpu_reset()
1006 u64 *mci_ctl2_banks;994 u64 *mci_ctl2_banks; global() member