Home
last modified time | relevance | path

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

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c63 unsigned char update_hwp_min; variable
70 #define hwp_update_enabled() (update_hwp_enable | update_hwp_epp | update_hwp_max | update_hwp_min
205 update_hwp_min = 1; in parse_cmdline_hwp_min()
1200 if (update_hwp_min) in update_sysfs()
1239 if (update_hwp_min) { in check_hwp_request_v_hwp_capabilities()
1246 if (update_hwp_min && update_hwp_max && (req->hwp_min > req->hwp_max)) in check_hwp_request_v_hwp_capabilities()
1274 if (update_hwp_min && !hwp_limits_done_via_sysfs) in update_hwp_request_msr()
1321 if (update_hwp_min) in update_hwp_request_pkg_msr()
1578 if ((update_hwp_max && update_hwp_min) && (req_update.hwp_min > req_update.hwp_max)) { in req_update_bounds_check()
1589 if (req_update.hwp_desired && update_hwp_min && (req_update.hwp_desired < req_update.hwp_min)) { in req_update_bounds_check()