Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h34 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h46 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c1662 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
3572 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_ctls_msrs()
4536 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()
4543 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4577 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
4580 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
6125 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()
6398 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
9735 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_exit_reflected()
10015 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) in dump_vmcs()
[all …]