Searched refs:hwp_max (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 46 unsigned char hwp_max; member 351 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(s)); in parse_cmdline_all() 581 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(optarg)); in cmdline() 701 h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, in print_hwp_request() 712 h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, in print_hwp_request_pkg() 722 hwp_req->hwp_max = msr_perf_2_ratio((((msr) >> 8) & 0xff)); in read_hwp_request() 735 cpu, hwp_req->hwp_min, hwp_req->hwp_max, in write_hwp_request() 740 msr |= HWP_MAX_PERF(ratio_2_msr_perf(hwp_req->hwp_max)); in write_hwp_request() 867 update_cpufreq_scaling_freq(1, cpu, req_update.hwp_max); in update_sysfs() 875 if (req->hwp_min > req->hwp_max) { in verify_hwp_req_self_consistency() [all …]
|