Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h229 int l1_tpr_threshold; member
H A Dnested.c2272 vmx->nested.l1_tpr_threshold = -1; in prepare_vmcs02_early()
4827 if (vmx->nested.l1_tpr_threshold != -1) in nested_vmx_vmexit()
4828 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in nested_vmx_vmexit()
H A Dvmx.c6690 to_vmx(vcpu)->nested.l1_tpr_threshold = tpr_threshold; in vmx_update_cr8_intercept()