Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c45 unsigned char hwp_max; 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()
1038 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities()
1040 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities()
1041 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1043 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities()
1057 cpu, req->hwp_min, req->hwp_max); in check_hwp_request_v_hwp_capabilities()
1060 if (req->hwp_desired > req->hwp_max) in check_hwp_request_v_hwp_capabilities()
1092 req.hwp_max = req_update.hwp_max; in update_hwp_request()
[all …]