Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dcapabilities.h116 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
Dnested.c499 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()
767 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))) in nested_vmx_check_apicv_controls()
2269 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02_early()
2273 if (exec_control & CPU_BASED_TPR_SHADOW) in prepare_vmcs02_early()
3226 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
3242 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW); in nested_get_vmcs12_pages()
3804 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()
6309 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_l1_wants_exit()
6844 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_cpubased_ctls()
Dhyperv.c64 CPU_BASED_TPR_SHADOW | \
Dvmx.h540 CPU_BASED_TPR_SHADOW | \
Dvmx.c2614 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
2617 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4482 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
4485 if (exec_control & CPU_BASED_TPR_SHADOW) in vmx_exec_control()
6377 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()
6676 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in vmx_update_cr8_intercept()
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h31 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/Linux-v6.6/arch/x86/include/asm/
Dvmx.h39 #define CPU_BASED_TPR_SHADOW VMCS_CONTROL_BIT(VIRTUAL_TPR) macro