Searched refs:hwp_min (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 44 unsigned char hwp_min; member 376 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(s)); in parse_cmdline_all() 684 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(optarg)); in cmdline() 946 …h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, h->hwp_window, h->hwp_window & 0x7F, (h->hwp_w… in print_hwp_request() 957 …h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, h->hwp_window, h->hwp_window & 0x7F, (h->hwp_w… in print_hwp_request_pkg() 966 hwp_req->hwp_min = msr_perf_2_ratio((((msr) >> 0) & 0xff)); in read_hwp_request_msr() 980 …cpu, hwp_req->hwp_min, hwp_req->hwp_max, hwp_req->hwp_desired, hwp_req->hwp_epp, hwp_req->hwp_wind… in write_hwp_request_msr() 982 msr |= HWP_MIN_PERF(ratio_2_msr_perf(hwp_req->hwp_min)); in write_hwp_request_msr() 1201 update_cpufreq_scaling_freq(0, cpu, req_update.hwp_min); in update_sysfs() 1214 if (req->hwp_min > req->hwp_max) { in verify_hwp_req_self_consistency() [all …]
|