Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.h160 int l1_tpr_threshold; member
Dnested.c2254 vmx->nested.l1_tpr_threshold = -1; in prepare_vmcs02_early()
4474 if (vmx->nested.l1_tpr_threshold != -1) in nested_vmx_vmexit()
4475 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in nested_vmx_vmexit()
Dvmx.c6163 to_vmx(vcpu)->nested.l1_tpr_threshold = tpr_threshold; in update_cr8_intercept()