Searched refs:mci_ctl2_banks (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c3511 vcpu->arch.mci_ctl2_banks[offset] = data;
4212 data = vcpu->arch.mci_ctl2_banks[offset];
5243 vcpu->arch.mci_ctl2_banks[bank] = 0;
5280 !(vcpu->arch.mci_ctl2_banks[mce->bank] & MCI_CTL2_CMCI_EN))
12185 vcpu->arch.mci_ctl2_banks = kcalloc(KVM_MAX_MCE_BANKS, sizeof(u64),
12187 if (!vcpu->arch.mce_banks || !vcpu->arch.mci_ctl2_banks)
12243 kfree(vcpu->arch.mci_ctl2_banks);
12288 kfree(vcpu->arch.mci_ctl2_banks);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h948 u64 *mci_ctl2_banks; member in struct:kvm_vcpu_arch

Completed in 358 milliseconds