Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c44 unsigned char hwp_min; member
1016 if (req->hwp_min > req->hwp_max) { in verify_hwp_req_self_consistency()
1018 cpu, req->hwp_min, req->hwp_max); in verify_hwp_req_self_consistency()
1047 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities()
1049 cpu, req->hwp_min, cap->highest); in check_hwp_request_v_hwp_capabilities()
1050 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1052 cpu, req->hwp_min, cap->lowest); in check_hwp_request_v_hwp_capabilities()
1057 cpu, req->hwp_min, req->hwp_max); in check_hwp_request_v_hwp_capabilities()
1063 if (req->hwp_desired < req->hwp_min) in check_hwp_request_v_hwp_capabilities()
1089 req.hwp_min = req_update.hwp_min; in update_hwp_request()
[all …]