Lines Matching refs:vmx_msr_high
2968 u32 vmx_msr_low, vmx_msr_high; in adjust_vmx_controls() local
2971 rdmsr(msr, vmx_msr_low, vmx_msr_high); in adjust_vmx_controls()
2973 ctl &= vmx_msr_high; /* bit == 0 in high word ==> must be zero */ in adjust_vmx_controls()
2986 u32 vmx_msr_low, vmx_msr_high; in allow_1_setting() local
2988 rdmsr(msr, vmx_msr_low, vmx_msr_high); in allow_1_setting()
2989 return vmx_msr_high & ctl; in allow_1_setting()
2994 u32 vmx_msr_low, vmx_msr_high; in setup_vmcs_config() local
3098 rdmsr(MSR_IA32_VMX_BASIC, vmx_msr_low, vmx_msr_high); in setup_vmcs_config()
3101 if ((vmx_msr_high & 0x1fff) > PAGE_SIZE) in setup_vmcs_config()
3106 if (vmx_msr_high & (1u<<16)) in setup_vmcs_config()
3111 if (((vmx_msr_high >> 18) & 15) != 6) in setup_vmcs_config()
3114 vmcs_conf->size = vmx_msr_high & 0x1fff; in setup_vmcs_config()