Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.h241 int l1_tpr_threshold; member
Dnested.c2240 vmx->nested.l1_tpr_threshold = -1; in prepare_vmcs02_early()
4777 if (vmx->nested.l1_tpr_threshold != -1) in nested_vmx_vmexit()
4778 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in nested_vmx_vmexit()
Dvmx.c6561 to_vmx(vcpu)->nested.l1_tpr_threshold = tpr_threshold; in vmx_update_cr8_intercept()