Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c90 unsigned int has_hwp_request_pkg; /* IA32_HWP_REQUEST_PKG */ variable
1484 has_hwp_request_pkg = eax & (1 << 11); in parse_cpuid()
1486 if (!has_hwp_request_pkg && update_hwp_use_pkg) in parse_cpuid()
1499 has_hwp_request_pkg ? "" : "No-", in parse_cpuid()
1542 if (has_hwp_request_pkg) { in main()