Searched refs:vmx_msr_high (Results 1 – 1 of 1) sorted by relevance
2556 u32 vmx_msr_low, vmx_msr_high; in adjust_vmx_controls() local2559 rdmsr(msr, vmx_msr_low, vmx_msr_high); in adjust_vmx_controls()2561 ctl &= vmx_msr_high; /* bit == 0 in high word ==> must be zero */ in adjust_vmx_controls()2584 u32 vmx_msr_low, vmx_msr_high; in setup_vmcs_config() local2709 rdmsr(MSR_IA32_VMX_BASIC, vmx_msr_low, vmx_msr_high); in setup_vmcs_config()2712 if ((vmx_msr_high & 0x1fff) > PAGE_SIZE) in setup_vmcs_config()2717 if (vmx_msr_high & (1u<<16)) in setup_vmcs_config()2722 if (((vmx_msr_high >> 18) & 15) != 6) in setup_vmcs_config()2727 vmcs_conf->size = vmx_msr_high & 0x1fff; in setup_vmcs_config()2728 vmcs_conf->basic_cap = vmx_msr_high & ~0x1fff; in setup_vmcs_config()