Home
last modified time | relevance | path

Searched refs:mcg_cap (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/
Dx86.c2548 u64 mcg_cap = vcpu->arch.mcg_cap; in set_msr_mce() local
2549 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() local
2979 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() argument
3744 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 …]
Dsvm.c6270 vcpu->arch.mcg_cap &= 0x1ff; in svm_setup_mce()
/arch/x86/include/asm/
Dkvm_host.h709 u64 mcg_cap; member
/arch/x86/kvm/vmx/
Dvmx.c7656 if (vcpu->arch.mcg_cap & MCG_LMCE_P) in vmx_setup_mce()