Searched refs:mcg_cap (Results 1 – 5 of 5) sorted by relevance
2467 u64 mcg_cap = vcpu->arch.mcg_cap; in set_msr_mce() local2468 unsigned bank_num = mcg_cap & 0xff; in set_msr_mce()2477 if (!(mcg_cap & MCG_CTL_P) && in set_msr_mce()2892 u64 mcg_cap = vcpu->arch.mcg_cap; in get_msr_mce() local2893 unsigned bank_num = mcg_cap & 0xff; in get_msr_mce()2901 data = vcpu->arch.mcg_cap; in get_msr_mce()2904 if (!(mcg_cap & MCG_CTL_P) && !host) in get_msr_mce()3621 u64 mcg_cap) in kvm_vcpu_ioctl_x86_setup_mce() argument3624 unsigned bank_num = mcg_cap & 0xff, bank; in kvm_vcpu_ioctl_x86_setup_mce()3629 if (mcg_cap & ~(kvm_mce_cap_supported | 0xff | 0xff0000)) in kvm_vcpu_ioctl_x86_setup_mce()[all …]
6196 vcpu->arch.mcg_cap &= 0x1ff; in svm_setup_mce()
709 u64 mcg_cap; member
3558 Parameters: u64 mcg_cap (in)3560 -EFAULT if u64 mcg_cap cannot be read,3564 Initializes MCE support for use. The u64 mcg_cap parameter
7511 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in vmx_setup_mce()