Searched refs:TPR_THRESHOLD (Results 1 – 9 of 9) sorted by relevance
| /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), 176 case TPR_THRESHOLD: in cpu_has_vmcs12_field()
|
| H A D | hyperv_evmcs.c | 183 EVMCS1_FIELD(TPR_THRESHOLD, tpr_threshold,
|
| H A D | vmx.c | 5053 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs() 6742 pr_cont("TPR Threshold = 0x%02x\n", vmcs_read32(TPR_THRESHOLD)); in dump_vmcs() 6967 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()
|
| H A D | nested.c | 2402 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early()
|
| /linux/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/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 243 vmwrite(TPR_THRESHOLD, 0); in init_vmcs_control_fields()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 310 TPR_THRESHOLD = 0x0000401c, enumerator
|