Lines Matching refs:CPU_BASED_TPR_SHADOW
1662 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
3572 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_ctls_msrs()
4536 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()
4543 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4577 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
4580 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
6125 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()
6398 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
9735 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_exit_reflected()
10015 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) in dump_vmcs()
10212 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in update_cr8_intercept()
11430 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
11537 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()
11723 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_apicv_controls()
12220 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02()
12228 if (exec_control & CPU_BASED_TPR_SHADOW) { in prepare_vmcs02()