Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h184 u32 tpr_threshold; member
472 *value = current_evmcs->tpr_threshold; in evmcs_vmread()
935 current_evmcs->tpr_threshold = value; in evmcs_vmwrite()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst171 u32 tpr_threshold;
/linux/arch/x86/kvm/vmx/
H A Dnested.c601 if (CC(!nested_cpu_has_vid(vmcs12) && vmcs12->tpr_threshold >> 4)) in nested_vmx_check_tpr_shadow_controls()
627 CC((vmcs12->tpr_threshold & GENMASK(3, 0)) > ((vtpr >> 4) & GENMASK(3, 0)))) in nested_vmx_check_tpr_shadow_controls()
1762 vmcs12->tpr_threshold = evmcs->tpr_threshold; in copy_enlightened_to_vmcs12()
2467 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early()