Lines Matching refs:unsupp_ctl
372 u32 unsupp_ctl; in nested_evmcs_check_controls() local
374 unsupp_ctl = vmcs12->pin_based_vm_exec_control & in nested_evmcs_check_controls()
376 if (unsupp_ctl) { in nested_evmcs_check_controls()
379 unsupp_ctl); in nested_evmcs_check_controls()
383 unsupp_ctl = vmcs12->secondary_vm_exec_control & in nested_evmcs_check_controls()
385 if (unsupp_ctl) { in nested_evmcs_check_controls()
388 unsupp_ctl); in nested_evmcs_check_controls()
392 unsupp_ctl = vmcs12->vm_exit_controls & in nested_evmcs_check_controls()
394 if (unsupp_ctl) { in nested_evmcs_check_controls()
397 unsupp_ctl); in nested_evmcs_check_controls()
401 unsupp_ctl = vmcs12->vm_entry_controls & in nested_evmcs_check_controls()
403 if (unsupp_ctl) { in nested_evmcs_check_controls()
406 unsupp_ctl); in nested_evmcs_check_controls()
410 unsupp_ctl = vmcs12->vm_function_control & EVMCS1_UNSUPPORTED_VMFUNC; in nested_evmcs_check_controls()
411 if (unsupp_ctl) { in nested_evmcs_check_controls()
414 unsupp_ctl); in nested_evmcs_check_controls()