Home
last modified time | relevance | path

Searched refs:has_hwp_request_pkg (Results 1 – 1 of 1) sorted by relevance

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c91 unsigned int has_hwp_request_pkg; /* IA32_HWP_REQUEST_PKG */ variable
1714 has_hwp_request_pkg = eax & (1 << 11); in parse_cpuid()
1716 if (!has_hwp_request_pkg && update_hwp_use_pkg) in parse_cpuid()
1727 …has_hwp_activity_window ? "" : "No-", has_hwp_epp ? "" : "No-", has_hwp_request_pkg ? "" : "No-", … in parse_cpuid()
1773 if (has_hwp_request_pkg) { in main()