Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Devmcs.c378 u32 unsupp_ctl; in nested_evmcs_check_controls() local
380 unsupp_ctl = vmcs12->pin_based_vm_exec_control & in nested_evmcs_check_controls()
382 if (unsupp_ctl) { in nested_evmcs_check_controls()
385 unsupp_ctl); in nested_evmcs_check_controls()
389 unsupp_ctl = vmcs12->secondary_vm_exec_control & in nested_evmcs_check_controls()
391 if (unsupp_ctl) { in nested_evmcs_check_controls()
394 unsupp_ctl); in nested_evmcs_check_controls()
398 unsupp_ctl = vmcs12->vm_exit_controls & in nested_evmcs_check_controls()
400 if (unsupp_ctl) { in nested_evmcs_check_controls()
403 unsupp_ctl); in nested_evmcs_check_controls()
[all …]