Searched refs:tpr_threshold (Results 1 – 3 of 3) sorted by relevance
184 u32 tpr_threshold; member 472 *value = current_evmcs->tpr_threshold; in evmcs_vmread() 935 current_evmcs->tpr_threshold = value; in evmcs_vmwrite()
171 u32 tpr_threshold;
6887 int tpr_threshold; in vmx_update_cr8_intercept() local6895 tpr_threshold = (irr == -1 || tpr < irr) ? 0 : irr; in vmx_update_cr8_intercept()6896 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()