Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 3 of 3) sorted by relevance

/hypervisor/common/
A Dsched_bvt.c320 int64_t svt, threshold; in sched_bvt_wake() local
324 threshold = svt - BVT_CSA_MCU; in sched_bvt_wake()
326 data->avt = (data->avt > threshold) ? data->avt : svt; in sched_bvt_wake()
/hypervisor/arch/x86/guest/
A Dvlapic.c2565 uint32_t irr, tpr, threshold; in vlapic_update_tpr_threshold() local
2571 threshold = (irr > tpr) ? 0U : irr; in vlapic_update_tpr_threshold()
2573 exec_vmwrite32(VMX_TPR_THRESHOLD, threshold); in vlapic_update_tpr_threshold()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog1607 * debug_set_threshold() added to ignore messages over threshold level

Completed in 13 milliseconds