Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/vmx/
Dnested.h21 void nested_vmx_setup_ctls_msrs(struct vmcs_config *vmcs_conf, u32 ept_caps);
Dvmx.c2816 nested_vmx_setup_ctls_msrs(&vmcs_conf, vmx_cap.ept); in vmx_check_processor_compat()
8569 nested_vmx_setup_ctls_msrs(&vmcs_config, vmx_capability.ept); in vmx_hardware_setup()
Dnested.c7221 void nested_vmx_setup_ctls_msrs(struct vmcs_config *vmcs_conf, u32 ept_caps) in nested_vmx_setup_ctls_msrs() function