Searched refs:TPR_THRESHOLD (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 55 SHADOW_FIELD_RW(TPR_THRESHOLD, tpr_threshold)
|
H A D | vmcs12.c | 81 FIELD(TPR_THRESHOLD, tpr_threshold),
|
H A D | evmcs.c | 166 EVMCS1_FIELD(TPR_THRESHOLD, tpr_threshold,
|
H A D | nested.c | 2270 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early() 4581 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in nested_vmx_vmexit()
|
H A D | vmx.c | 4586 vmcs_write32(TPR_THRESHOLD, 0); in vmx_vcpu_reset() 6058 pr_cont("TPR Threshold = 0x%02x\n", vmcs_read32(TPR_THRESHOLD)); in dump_vmcs() 6315 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in update_cr8_intercept()
|
/kernel/linux/linux-6.6/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 | 295 EVMCS1_FIELD(TPR_THRESHOLD, tpr_threshold,
|
H A D | nested.c | 2274 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early() 4828 vmcs_write32(TPR_THRESHOLD, vmx->nested.l1_tpr_threshold); in nested_vmx_vmexit()
|
H A D | vmx.c | 4825 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs() 6391 pr_cont("TPR Threshold = 0x%02x\n", vmcs_read32(TPR_THRESHOLD)); in dump_vmcs() 6692 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 454 case TPR_THRESHOLD: in evmcs_vmread() 841 case TPR_THRESHOLD: in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 266 TPR_THRESHOLD = 0x0000401c, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 255 TPR_THRESHOLD = 0x0000401c, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 282 TPR_THRESHOLD = 0x0000401c, enumerator
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 234 vmwrite(TPR_THRESHOLD, 0); in init_vmcs_control_fields()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 249 vmwrite(TPR_THRESHOLD, 0); in init_vmcs_control_fields()
|
Completed in 47 milliseconds