Searched refs:mcg_cap (Results 1 – 5 of 5) sorted by relevance
2864 u64 mcg_cap = vcpu->arch.mcg_cap; in set_msr_mce() local2865 unsigned bank_num = mcg_cap & 0xff; in set_msr_mce()2874 if (!(mcg_cap & MCG_CTL_P) && in set_msr_mce()3381 u64 mcg_cap = vcpu->arch.mcg_cap; in get_msr_mce() local3382 unsigned bank_num = mcg_cap & 0xff; in get_msr_mce()3390 data = vcpu->arch.mcg_cap; in get_msr_mce()3393 if (!(mcg_cap & MCG_CTL_P) && !host) in get_msr_mce()4211 u64 mcg_cap) in kvm_vcpu_ioctl_x86_setup_mce() argument4214 unsigned bank_num = mcg_cap & 0xff, bank; in kvm_vcpu_ioctl_x86_setup_mce()4219 if (mcg_cap & ~(kvm_mce_cap_supported | 0xff | 0xff0000)) in kvm_vcpu_ioctl_x86_setup_mce()[all …]
703 u64 mcg_cap; member
3991 vcpu->arch.mcg_cap &= 0x1ff; in svm_setup_mce()
3983 :Parameters: u64 mcg_cap (in)3985 -EFAULT if u64 mcg_cap cannot be read,3989 Initializes MCE support for use. The u64 mcg_cap parameter
7648 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in vmx_setup_mce()