Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance
320 int64_t svt, threshold; in sched_bvt_wake() local324 threshold = svt - BVT_CSA_MCU; in sched_bvt_wake()326 data->avt = (data->avt > threshold) ? data->avt : svt; in sched_bvt_wake()
2565 uint32_t irr, tpr, threshold; in vlapic_update_tpr_threshold() local2571 threshold = (irr > tpr) ? 0U : irr; in vlapic_update_tpr_threshold()2573 exec_vmwrite32(VMX_TPR_THRESHOLD, threshold); in vlapic_update_tpr_threshold()
1607 * debug_set_threshold() added to ignore messages over threshold level
Completed in 15 milliseconds