Searched refs:CPU_BASED_TPR_SHADOW (Results 1 – 5 of 5) sorted by relevance
111 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
473 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()755 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))) in nested_vmx_check_apicv_controls()2073 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02_early()2076 if (exec_control & CPU_BASED_TPR_SHADOW) in prepare_vmcs02_early()2955 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()2971 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW); in nested_get_vmcs12_pages()3384 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()5437 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_exit_reflected()5876 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_ctls_msrs()
2360 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()2367 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()2404 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()2407 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()3985 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()5821 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()6032 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in update_cr8_intercept()
33 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
32 #define CPU_BASED_TPR_SHADOW 0x00200000 macro