Lines Matching refs:CPU_BASED_TPR_SHADOW
1008 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
2591 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_ctls_msrs()
3152 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()
3159 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
3189 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
3192 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4704 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
7793 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_exit_handled()
8048 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) in dump_vmcs()
8172 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in update_cr8_intercept()
9079 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
9296 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_apicv_controls()
9656 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02()
9659 if (exec_control & CPU_BASED_TPR_SHADOW) { in prepare_vmcs02()