Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dcapabilities.h116 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()
A Dhyperv.h73 CPU_BASED_TPR_SHADOW | \
A Dnested.c496 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in nested_vmx_check_tpr_shadow_controls()
761 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))) in nested_vmx_check_apicv_controls()
2263 exec_control &= ~CPU_BASED_TPR_SHADOW; in prepare_vmcs02_early()
2267 if (exec_control & CPU_BASED_TPR_SHADOW) in prepare_vmcs02_early()
3221 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_get_vmcs12_pages()
3237 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW); in nested_get_vmcs12_pages()
3799 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) { in nested_mark_vmcs12_pages_dirty()
6299 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW); in nested_vmx_l1_wants_exit()
6851 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; in nested_vmx_setup_ctls_msrs()
A Dvmx.h553 CPU_BASED_TPR_SHADOW | \
A Dvmx.c2625 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
2628 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4470 exec_control &= ~CPU_BASED_TPR_SHADOW; in vmx_exec_control()
4473 if (exec_control & CPU_BASED_TPR_SHADOW) in vmx_exec_control()
6373 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()
6672 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) in vmx_update_cr8_intercept()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dvmx.h31 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dvmx.h37 #define CPU_BASED_TPR_SHADOW VMCS_CONTROL_BIT(VIRTUAL_TPR) macro

Completed in 34 milliseconds