Lines Matching refs:vmcs_config

423 struct vmcs_config vmcs_config;  variable
1746 return vmx_get_vmx_msr(&vmcs_config.nested, msr->index, &msr->data); in vmx_get_msr_feature()
2096 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in vmx_set_msr()
2391 static __init int setup_vmcs_config(struct vmcs_config *vmcs_conf, in setup_vmcs_config()
2598 pages = __alloc_pages_node(node, flags, vmcs_config.order); in alloc_vmcs_cpu()
2602 memset(vmcs, 0, vmcs_config.size); in alloc_vmcs_cpu()
2608 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_vmcs_cpu()
2617 free_pages((unsigned long)vmcs, vmcs_config.order); in free_vmcs()
2701 vmcs->hdr.revision_id = vmcs_config.revision_id; in alloc_kvm_area()
4027 if (vmcs_config.vmexit_ctrl & VM_EXIT_LOAD_IA32_PAT) { in vmx_set_constant_host_state()
4052 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl()
4068 u32 vmentry_ctrl = vmcs_config.vmentry_ctrl; in vmx_vmentry_ctrl()
4080 u32 vmexit_ctrl = vmcs_config.vmexit_ctrl; in vmx_vmexit_ctrl()
4111 u32 exec_control = vmcs_config.cpu_based_exec_ctrl; in vmx_exec_control()
4195 u32 exec_control = vmcs_config.cpu_based_2nd_exec_ctrl; in vmx_secondary_exec_control()
4337 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) in init_vmcs()
4393 memcpy(&vmx->nested.msrs, &vmcs_config.nested, sizeof(vmx->nested.msrs)); in __vmx_vcpu_reset()
6948 struct vmcs_config vmcs_conf; in vmx_check_processor_compat()
6961 if (memcmp(&vmcs_config, &vmcs_conf, sizeof(struct vmcs_config)) != 0) { in vmx_check_processor_compat()
7733 if (setup_vmcs_config(&vmcs_config, &vmx_capability) < 0) in hardware_setup()
7884 nested_vmx_setup_ctls_msrs(&vmcs_config.nested, in hardware_setup()