Searched refs:hwp_max (Results 1 – 1 of 1) sorted by relevance
/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 45 unsigned char hwp_max; member 353 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(s)); in parse_cmdline_all() 583 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(optarg)); in cmdline() 798 h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, in print_hwp_request() 809 h->hwp_min, h->hwp_max, h->hwp_desired, h->hwp_epp, in print_hwp_request_pkg() 819 hwp_req->hwp_max = msr_perf_2_ratio((((msr) >> 8) & 0xff)); in read_hwp_request() 832 cpu, hwp_req->hwp_min, hwp_req->hwp_max, in write_hwp_request() 837 msr |= HWP_MAX_PERF(ratio_2_msr_perf(hwp_req->hwp_max)); in write_hwp_request() 1008 update_cpufreq_scaling_freq(1, cpu, req_update.hwp_max); in update_sysfs() 1016 if (req->hwp_min > req->hwp_max) { in verify_hwp_req_self_consistency() [all …]
|