Home
last modified time | relevance | path

Searched refs:tpr_threshold (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h55 SHADOW_FIELD_RW(TPR_THRESHOLD, tpr_threshold)
H A Dvmcs12.h135 u32 tpr_threshold; member
309 CHECK_OFFSET(tpr_threshold, 800); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c83 FIELD(TPR_THRESHOLD, tpr_threshold),
H A Dhyperv_evmcs.c183 EVMCS1_FIELD(TPR_THRESHOLD, tpr_threshold,
H A Dvmx.c6731 int tpr_threshold; in vmx_update_cr8_intercept() local
6737 tpr_threshold = (irr == -1 || tpr < irr) ? 0 : irr; in vmx_update_cr8_intercept()
6739 to_vmx(vcpu)->nested.l1_tpr_threshold = tpr_threshold; in vmx_update_cr8_intercept()
6741 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()
H A Dnested.c1634 vmcs12->tpr_threshold = evmcs->tpr_threshold; in copy_enlightened_to_vmcs12()
2336 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h187 u32 tpr_threshold; member
475 *value = current_evmcs->tpr_threshold; in evmcs_vmread()
938 current_evmcs->tpr_threshold = value; in evmcs_vmwrite()
/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h594 u32 tpr_threshold; member
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst171 u32 tpr_threshold;