Home
last modified time | relevance | path

Searched refs:CPU_BASED_TPR_SHADOW (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kvm/vmx/
A Dhyperv_evmcs.h64 CPU_BASED_TPR_SHADOW | \
A Dcapabilities.h113 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
A Dvmx.h544 CPU_BASED_TPR_SHADOW | \
A Dnested.c552 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()
828 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))) in nested_vmx_check_apicv_controls()
2388 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02_early()
2392 if (exec_control & CPU_BASED_TPR_SHADOW) in prepare_vmcs02_early()
3362 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
3378 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW); in nested_get_vmcs12_pages()
3924 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()
6546 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_l1_wants_exit()
7083 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_cpubased_ctls()
A Dvmx.c2609 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
2612 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4392 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
4395 if (exec_control & CPU_BASED_TPR_SHADOW) in vmx_exec_control()
6325 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()
6625 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in vmx_update_cr8_intercept()
/arch/x86/include/asm/
A Dvmx.h40 #define CPU_BASED_TPR_SHADOW VMCS_CONTROL_BIT(VIRTUAL_TPR) macro

Completed in 34 milliseconds