Searched refs:adjust_vmx_controls (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 2451 static __init int adjust_vmx_controls(u32 ctl_min, u32 ctl_opt, in adjust_vmx_controls() function 2500 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PROCBASED_CTLS, in setup_vmcs_config() 2534 if (adjust_vmx_controls(min2, opt2, in setup_vmcs_config() 2582 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_EXIT_CTLS, in setup_vmcs_config() 2589 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PINBASED_CTLS, in setup_vmcs_config() 2606 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_ENTRY_CTLS, in setup_vmcs_config()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 2550 static int adjust_vmx_controls(u32 ctl_min, u32 ctl_opt, u32 msr, u32 *result) in adjust_vmx_controls() function 2608 if (adjust_vmx_controls(KVM_REQUIRED_VMX_CPU_BASED_VM_EXEC_CONTROL, in setup_vmcs_config() 2614 if (adjust_vmx_controls(KVM_REQUIRED_VMX_SECONDARY_VM_EXEC_CONTROL, in setup_vmcs_config() 2664 if (adjust_vmx_controls(KVM_REQUIRED_VMX_VM_EXIT_CONTROLS, in setup_vmcs_config() 2670 if (adjust_vmx_controls(KVM_REQUIRED_VMX_PIN_BASED_VM_EXEC_CONTROL, in setup_vmcs_config() 2682 if (adjust_vmx_controls(KVM_REQUIRED_VMX_VM_ENTRY_CONTROLS, in setup_vmcs_config()
|
Completed in 19 milliseconds