Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.h186 int l1_tpr_threshold; member
H A Dnested.c2391 vmx->nested.l1_tpr_threshold = -1; in prepare_vmcs02_early()
5059 if (vmx->nested.l1_tpr_threshold != -1) in __nested_vmx_vmexit()
5060 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in __nested_vmx_vmexit()
H A Dvmx.c6630 to_vmx(vcpu)->nested.l1_tpr_threshold = tpr_threshold; in vmx_update_cr8_intercept()