Searched refs:CPU_BASED_TPR_SHADOW (Results 1 – 6 of 6) sorted by relevance
64 CPU_BASED_TPR_SHADOW | \
114 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
551 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()821 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))) in nested_vmx_check_apicv_controls()2358 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02_early()2362 if (exec_control & CPU_BASED_TPR_SHADOW) in prepare_vmcs02_early()3319 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()3335 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW); in nested_get_vmcs12_pages()3901 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()6473 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_l1_wants_exit()7010 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_cpubased_ctls()
545 CPU_BASED_TPR_SHADOW | \
31 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
40 #define CPU_BASED_TPR_SHADOW VMCS_CONTROL_BIT(VIRTUAL_TPR) macro