Home
last modified time | relevance | path

Searched refs:vmcs_conf (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kvm/vmx/
A Dvmx_onhyperv.c17 typeof(vmcs_conf->field) unsupported; \
19 unsupported = vmcs_conf->field & ~EVMCS1_SUPPORTED_ ## ctrl; \
23 vmcs_conf->field &= EVMCS1_SUPPORTED_ ## ctrl; \
28 void evmcs_sanitize_exec_ctrls(struct vmcs_config *vmcs_conf) in evmcs_sanitize_exec_ctrls() argument
A Dvmx_onhyperv.h121 void evmcs_sanitize_exec_ctrls(struct vmcs_config *vmcs_conf);
A Dnested.c7009 msrs->pinbased_ctls_high = vmcs_conf->pin_based_exec_ctrl; in nested_vmx_setup_pinbased_ctls()
7026 msrs->exit_ctls_high = vmcs_conf->vmexit_ctrl; in nested_vmx_setup_exit_ctls()
7049 msrs->entry_ctls_high = vmcs_conf->vmentry_ctrl; in nested_vmx_setup_entry_ctls()
7069 msrs->procbased_ctls_high = vmcs_conf->cpu_based_exec_ctrl; in nested_vmx_setup_cpubased_ctls()
7100 struct vmcs_config *vmcs_conf, in nested_vmx_setup_secondary_ctls() argument
7242 struct nested_vmx_msrs *msrs = &vmcs_conf->nested; in nested_vmx_setup_ctls_msrs()
7258 nested_vmx_setup_pinbased_ctls(vmcs_conf, msrs); in nested_vmx_setup_ctls_msrs()
7260 nested_vmx_setup_exit_ctls(vmcs_conf, msrs); in nested_vmx_setup_ctls_msrs()
7262 nested_vmx_setup_entry_ctls(vmcs_conf, msrs); in nested_vmx_setup_ctls_msrs()
7264 nested_vmx_setup_cpubased_ctls(vmcs_conf, msrs); in nested_vmx_setup_ctls_msrs()
[all …]
A Dnested.h21 void nested_vmx_setup_ctls_msrs(struct vmcs_config *vmcs_conf, u32 ept_caps);
A Dvmx.c2589 memset(vmcs_conf, 0, sizeof(*vmcs_conf)); in setup_vmcs_config()
2722 vmcs_conf->basic = basic_msr; in setup_vmcs_config()
2723 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()
2724 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()
2727 vmcs_conf->vmexit_ctrl = _vmexit_control; in setup_vmcs_config()
2728 vmcs_conf->vmentry_ctrl = _vmentry_control; in setup_vmcs_config()
2729 vmcs_conf->misc = misc_msr; in setup_vmcs_config()
2733 evmcs_sanitize_exec_ctrls(vmcs_conf); in setup_vmcs_config()
2771 struct vmcs_config vmcs_conf; in vmx_check_processor_compat() local
2777 if (setup_vmcs_config(&vmcs_conf, &vmx_cap) < 0) { in vmx_check_processor_compat()
[all …]

Completed in 33 milliseconds