Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dcapabilities.h114 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
Dnested.c475 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()
755 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))) in nested_vmx_check_apicv_controls()
2260 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02_early()
2264 if (exec_control & CPU_BASED_TPR_SHADOW) in prepare_vmcs02_early()
3181 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
3197 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW); in nested_get_vmcs12_pages()
3703 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()
5923 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_l1_wants_exit()
6428 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_ctls_msrs()
Dvmx.c2483 opt = CPU_BASED_TPR_SHADOW | in setup_vmcs_config()
2490 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
2528 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
2531 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4218 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
5993 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()
6248 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in update_cr8_intercept()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h32 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dvmx.h36 #define CPU_BASED_TPR_SHADOW VMCS_CONTROL_BIT(VIRTUAL_TPR) macro