Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c2648 u32 vmx_msr_low, vmx_msr_high; in adjust_vmx_controls() local
2651 rdmsr(msr, vmx_msr_low, vmx_msr_high); in adjust_vmx_controls()
2653 ctl &= vmx_msr_high; /* bit == 0 in high word ==> must be zero */ in adjust_vmx_controls()