Lines Matching refs:CPU_BASED_TPR_SHADOW
946 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
2466 CPU_BASED_PAUSE_EXITING | CPU_BASED_TPR_SHADOW | in nested_vmx_setup_ctls_msrs()
3017 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()
3024 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
3052 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
3055 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4556 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
7588 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_exit_handled()
7817 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in update_cr8_intercept()
8682 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
8899 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_apicv_controls()
9256 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02()
9259 if (exec_control & CPU_BASED_TPR_SHADOW) { in prepare_vmcs02()