Lines Matching refs:unsupp_ctl
379 u32 unsupp_ctl; in nested_evmcs_check_controls() local
381 unsupp_ctl = vmcs12->pin_based_vm_exec_control & in nested_evmcs_check_controls()
383 if (unsupp_ctl) { in nested_evmcs_check_controls()
386 unsupp_ctl); in nested_evmcs_check_controls()
390 unsupp_ctl = vmcs12->secondary_vm_exec_control & in nested_evmcs_check_controls()
392 if (unsupp_ctl) { in nested_evmcs_check_controls()
395 unsupp_ctl); in nested_evmcs_check_controls()
399 unsupp_ctl = vmcs12->vm_exit_controls & in nested_evmcs_check_controls()
401 if (unsupp_ctl) { in nested_evmcs_check_controls()
404 unsupp_ctl); in nested_evmcs_check_controls()
408 unsupp_ctl = vmcs12->vm_entry_controls & in nested_evmcs_check_controls()
410 if (unsupp_ctl) { in nested_evmcs_check_controls()
413 unsupp_ctl); in nested_evmcs_check_controls()
417 unsupp_ctl = vmcs12->vm_function_control & EVMCS1_UNSUPPORTED_VMFUNC; in nested_evmcs_check_controls()
418 if (unsupp_ctl) { in nested_evmcs_check_controls()
421 unsupp_ctl); in nested_evmcs_check_controls()