Lines Matching refs:vmcs_config
1281 u64 vmx_basic = vmcs_config.nested.basic; in vmx_restore_vmx_basic()
1347 vmx_get_control_msr(&vmcs_config.nested, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1379 u64 vmx_misc = vmx_control_msr(vmcs_config.nested.misc_low, in vmx_restore_vmx_misc()
1380 vmcs_config.nested.misc_high); in vmx_restore_vmx_misc()
1415 u64 vmx_ept_vpid_cap = vmx_control_msr(vmcs_config.nested.ept_caps, in vmx_restore_vmx_ept_vpid_cap()
1416 vmcs_config.nested.vpid_caps); in vmx_restore_vmx_ept_vpid_cap()
1441 const u64 *msr = vmx_get_fixed0_msr(&vmcs_config.nested, msr_index); in vmx_restore_fixed0_msr()
1511 if (data & ~vmcs_config.nested.vmfunc_controls) in vmx_set_vmx_msr()
2695 } else if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { in prepare_vmcs02()
7003 static void nested_vmx_setup_pinbased_ctls(struct vmcs_config *vmcs_conf, in nested_vmx_setup_pinbased_ctls()
7020 static void nested_vmx_setup_exit_ctls(struct vmcs_config *vmcs_conf, in nested_vmx_setup_exit_ctls()
7043 static void nested_vmx_setup_entry_ctls(struct vmcs_config *vmcs_conf, in nested_vmx_setup_entry_ctls()
7063 static void nested_vmx_setup_cpubased_ctls(struct vmcs_config *vmcs_conf, in nested_vmx_setup_cpubased_ctls()
7100 struct vmcs_config *vmcs_conf, in nested_vmx_setup_secondary_ctls()
7182 static void nested_vmx_setup_misc_data(struct vmcs_config *vmcs_conf, in nested_vmx_setup_misc_data()
7240 void nested_vmx_setup_ctls_msrs(struct vmcs_config *vmcs_conf, u32 ept_caps) in nested_vmx_setup_ctls_msrs()