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 358 req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(s)); in parse_cmdline_all() 577 req_update.hwp_desired = parse_cmdline_hwp_desired(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() 820 hwp_req->hwp_desired = msr_perf_2_ratio((((msr) >> 16) & 0xff)); in read_hwp_request() 833 hwp_req->hwp_desired, hwp_req->hwp_epp, in write_hwp_request() 838 msr |= HWP_DESIRED_PERF(ratio_2_msr_perf(hwp_req->hwp_desired)); in write_hwp_request() 1022 if (req->hwp_desired && (req->hwp_desired > req->hwp_max)) { in verify_hwp_req_self_consistency() 1024 cpu, req->hwp_desired, req->hwp_max); in verify_hwp_req_self_consistency() [all …]
|