Searched refs:TPR_THRESHOLD (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 55 SHADOW_FIELD_RW(TPR_THRESHOLD, tpr_threshold)
|
H A D | vmcs12.c | 83 FIELD(TPR_THRESHOLD, tpr_threshold),
|
H A D | hyperv.c | 190 EVMCS1_FIELD(TPR_THRESHOLD, tpr_threshold,
|
H A D | vmx.c | 4829 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs() 6400 pr_cont("TPR Threshold = 0x%02x\n", vmcs_read32(TPR_THRESHOLD)); in dump_vmcs() 6701 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()
|
H A D | nested.c | 2289 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early() 4875 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in nested_vmx_vmexit()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 210 TPR_THRESHOLD = 0x0000401c, enumerator
|
H A D | evmcs.h | 474 case TPR_THRESHOLD: in evmcs_vmread() 937 case TPR_THRESHOLD: in evmcs_vmwrite()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vmx.h | 282 TPR_THRESHOLD = 0x0000401c, enumerator
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 234 vmwrite(TPR_THRESHOLD, 0); in init_vmcs_control_fields()
|