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.h | 141 u32 tpr_threshold; member 323 CHECK_OFFSET(tpr_threshold, 800); in vmx_check_vmcs12_offsets()
|
| H A D | hyperv_evmcs.c | 183 EVMCS1_FIELD(TPR_THRESHOLD, tpr_threshold,
|
| H A D | vmcs12.c | 83 FIELD(TPR_THRESHOLD, tpr_threshold),
|
| H A D | nested.c | 562 if (CC(!nested_cpu_has_vid(vmcs12) && vmcs12->tpr_threshold >> 4)) in nested_vmx_check_tpr_shadow_controls() 1697 vmcs12->tpr_threshold = evmcs->tpr_threshold; in copy_enlightened_to_vmcs12() 2402 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); in prepare_vmcs02_early() 3114 CC((vmcs12->tpr_threshold & GENMASK(3, 0)) > (vtpr & GENMASK(3, 0))))) in nested_vmx_check_controls_late()
|
| H A D | vmx.c | 6958 int tpr_threshold; in vmx_update_cr8_intercept() local 6966 tpr_threshold = (irr == -1 || tpr < irr) ? 0 : irr; in vmx_update_cr8_intercept() 6967 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()
|
| /linux/include/hyperv/ |
| H A D | hvgdk.h | 196 u32 tpr_threshold; member
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | evmcs.h | 184 u32 tpr_threshold; member 472 *value = current_evmcs->tpr_threshold; in evmcs_vmread() 935 current_evmcs->tpr_threshold = value; in evmcs_vmwrite()
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | nested-vmx.rst | 171 u32 tpr_threshold;
|