Searched refs:TPR_THRESHOLD (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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_evmcs.c | 183 EVMCS1_FIELD(TPR_THRESHOLD, tpr_threshold,
|
| H A D | vmx.c | 4860 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs() 6486 pr_cont("TPR Threshold = 0x%02x\n", vmcs_read32(TPR_THRESHOLD)); in dump_vmcs() 6788 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()
|
| H A D | nested.c | 2377 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early() 5042 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in __nested_vmx_vmexit()
|
| /linux-6.15/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 208 TPR_THRESHOLD = 0x0000401c, enumerator
|
| H A D | evmcs.h | 471 case TPR_THRESHOLD: in evmcs_vmread() 934 case TPR_THRESHOLD: in evmcs_vmwrite()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | vmx.h | 305 TPR_THRESHOLD = 0x0000401c, enumerator
|
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 232 vmwrite(TPR_THRESHOLD, 0); in init_vmcs_control_fields()
|