Home
last modified time | relevance | path

Searched refs:nested_vmx_setup_ctls_msrs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.h20 void nested_vmx_setup_ctls_msrs(struct nested_vmx_msrs *msrs, u32 ept_caps);
H A Dvmx.c7155 nested_vmx_setup_ctls_msrs(&vmcs_conf.nested, vmx_cap.ept); in vmx_check_processor_compat()
8022 nested_vmx_setup_ctls_msrs(&vmcs_config.nested, in hardware_setup()
H A Dnested.c6385 void nested_vmx_setup_ctls_msrs(struct nested_vmx_msrs *msrs, u32 ept_caps) in nested_vmx_setup_ctls_msrs() function