Home
last modified time | relevance | path

Searched refs:l1_tpr_threshold (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h184 int l1_tpr_threshold; member
H A Dnested.c2268 vmx->nested.l1_tpr_threshold = -1; in prepare_vmcs02_early()
4580 if (vmx->nested.l1_tpr_threshold != -1) in nested_vmx_vmexit()
4581 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in nested_vmx_vmexit()
H A Dvmx.c6313 to_vmx(vcpu)->nested.l1_tpr_threshold = tpr_threshold; in update_cr8_intercept()
/kernel/linux/linux-6.6/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()

Completed in 36 milliseconds