Searched refs:hwp_min (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 44 unsigned char hwp_min; member 349 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(s)); in parse_cmdline_all() 577 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(optarg)); in cmdline() 700 h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, in print_hwp_request() 711 h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, in print_hwp_request_pkg() 720 hwp_req->hwp_min = msr_perf_2_ratio((((msr) >> 0) & 0xff)); in read_hwp_request() 734 cpu, hwp_req->hwp_min, hwp_req->hwp_max, in write_hwp_request() 738 msr |= HWP_MIN_PERF(ratio_2_msr_perf(hwp_req->hwp_min)); in write_hwp_request() 863 update_cpufreq_scaling_freq(0, cpu, req_update.hwp_min); in update_sysfs() 874 if (req->hwp_min > req->hwp_max) { in verify_hwp_req_self_consistency() [all …]
|