Searched refs:CPU_BASED_TPR_SHADOW (Results 1 – 7 of 7) sorted by relevance
67 CPU_BASED_TPR_SHADOW | \
116 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
500 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()768 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))) in nested_vmx_check_apicv_controls()2284 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02_early()2288 if (exec_control & CPU_BASED_TPR_SHADOW) in prepare_vmcs02_early()3241 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()3257 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW); in nested_get_vmcs12_pages()3819 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()6362 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_l1_wants_exit()6897 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_cpubased_ctls()
541 CPU_BASED_TPR_SHADOW | \
2627 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()2630 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()4495 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()4498 if (exec_control & CPU_BASED_TPR_SHADOW) in vmx_exec_control()6395 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()6694 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in vmx_update_cr8_intercept()
31 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
39 #define CPU_BASED_TPR_SHADOW VMCS_CONTROL_BIT(VIRTUAL_TPR) macro