Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h45 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/linux-4.4.14/arch/x86/kvm/
Dvmx.c1008 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
2591 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_ctls_msrs()
3152 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()
3159 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
3189 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
3192 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4704 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
7793 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_exit_handled()
8048 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) in dump_vmcs()
8172 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in update_cr8_intercept()
[all …]