Searched refs:mcg_cap (Results 1 – 4 of 4) sorted by relevance
2548 u64 mcg_cap = vcpu->arch.mcg_cap; in set_msr_mce() local2549 unsigned bank_num = mcg_cap & 0xff; in set_msr_mce()2558 if (!(mcg_cap & MCG_CTL_P) && in set_msr_mce()2978 u64 mcg_cap = vcpu->arch.mcg_cap; in get_msr_mce() local2979 unsigned bank_num = mcg_cap & 0xff; in get_msr_mce()2987 data = vcpu->arch.mcg_cap; in get_msr_mce()2990 if (!(mcg_cap & MCG_CTL_P) && !host) in get_msr_mce()3741 u64 mcg_cap) in kvm_vcpu_ioctl_x86_setup_mce() argument3744 unsigned bank_num = mcg_cap & 0xff, bank; in kvm_vcpu_ioctl_x86_setup_mce()3749 if (mcg_cap & ~(kvm_mce_cap_supported | 0xff | 0xff0000)) in kvm_vcpu_ioctl_x86_setup_mce()[all …]
6270 vcpu->arch.mcg_cap &= 0x1ff; in svm_setup_mce()
709 u64 mcg_cap; member
7656 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in vmx_setup_mce()