Searched refs:mcg_cap (Results 1 – 5 of 5) sorted by relevance
2797 u64 mcg_cap = vcpu->arch.mcg_cap; in set_msr_mce() local2798 unsigned bank_num = mcg_cap & 0xff; in set_msr_mce()2807 if (!(mcg_cap & MCG_CTL_P) && in set_msr_mce()3304 u64 mcg_cap = vcpu->arch.mcg_cap; in get_msr_mce() local3305 unsigned bank_num = mcg_cap & 0xff; in get_msr_mce()3313 data = vcpu->arch.mcg_cap; in get_msr_mce()3316 if (!(mcg_cap & MCG_CTL_P) && !host) in get_msr_mce()4125 u64 mcg_cap) in kvm_vcpu_ioctl_x86_setup_mce() argument4128 unsigned bank_num = mcg_cap & 0xff, bank; in kvm_vcpu_ioctl_x86_setup_mce()4133 if (mcg_cap & ~(kvm_mce_cap_supported | 0xff | 0xff0000)) in kvm_vcpu_ioctl_x86_setup_mce()[all …]
702 u64 mcg_cap; member
3988 vcpu->arch.mcg_cap &= 0x1ff; in svm_setup_mce()
3972 :Parameters: u64 mcg_cap (in)3974 -EFAULT if u64 mcg_cap cannot be read,3978 Initializes MCE support for use. The u64 mcg_cap parameter
7504 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in vmx_setup_mce()