Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h45 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/linux-4.1.27/arch/x86/kvm/
Dvmx.c946 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
2466 CPU_BASED_PAUSE_EXITING | CPU_BASED_TPR_SHADOW | in nested_vmx_setup_ctls_msrs()
3017 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()
3024 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
3052 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
3055 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4556 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
7588 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_exit_handled()
7817 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in update_cr8_intercept()
8682 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
[all …]