Searched refs:hwp_desired (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 46 unsigned char hwp_desired; member 382 req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(s)); in parse_cmdline_all() 673 req_update.hwp_desired = parse_cmdline_hwp_desired(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() 968 hwp_req->hwp_desired = msr_perf_2_ratio((((msr) >> 16) & 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() 984 msr |= HWP_DESIRED_PERF(ratio_2_msr_perf(hwp_req->hwp_desired)); in write_hwp_request_msr() 1219 if (req->hwp_desired && (req->hwp_desired > req->hwp_max)) { in verify_hwp_req_self_consistency() 1220 errx(1, "cpu%d: requested hwp-desired %d > hwp_max %d", cpu, req->hwp_desired, req->hwp_max); in verify_hwp_req_self_consistency() [all …]
|