Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c284 unsigned int has_hwp_pkg; /* IA32_HWP_REQUEST_PKG */ variable
4405 if (has_hwp_pkg) { in print_hwp()
5624 has_hwp_pkg = eax & (1 << 11); in process_cpuid()
5637 has_hwp_epp ? "" : "No-", has_hwp_pkg ? "" : "No-", has_epb ? "" : "No-"); in process_cpuid()