Lines Matching refs:vmcs_config

482 struct vmcs_config vmcs_config;  variable
1870 return vmx_get_vmx_msr(&vmcs_config.nested, msr->index, &msr->data); in vmx_get_msr_feature()
2188 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in vmx_set_msr()
2464 static __init int setup_vmcs_config(struct vmcs_config *vmcs_conf, in setup_vmcs_config()
2670 pages = __alloc_pages_node(node, flags, vmcs_config.order); in alloc_vmcs_cpu()
2674 memset(vmcs, 0, vmcs_config.size); in alloc_vmcs_cpu()
2680 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_vmcs_cpu()
2689 free_pages((unsigned long)vmcs, vmcs_config.order); in free_vmcs()
2782 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_kvm_area()
4159 if (vmcs_config.vmexit_ctrl & VM_EXIT_LOAD_IA32_PAT) { in vmx_set_constant_host_state()
4184 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl()
4220 u32 exec_control = vmcs_config.cpu_based_exec_ctrl; in vmx_exec_control()
4304 u32 exec_control = vmcs_config.cpu_based_2nd_exec_ctrl; in vmx_compute_secondary_exec_control()
4447 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
7074 memcpy(&vmx->nested.msrs, &vmcs_config.nested, sizeof(vmx->nested.msrs)); in vmx_create_vcpu()
7143 struct vmcs_config vmcs_conf; in vmx_check_processor_compat()
7156 if (memcmp(&vmcs_config, &vmcs_conf, sizeof(struct vmcs_config)) != 0) { in vmx_check_processor_compat()
7879 if (setup_vmcs_config(&vmcs_config, &vmx_capability) < 0) in hardware_setup()
8022 nested_vmx_setup_ctls_msrs(&vmcs_config.nested, in hardware_setup()