Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c87 unsigned int has_hwp_notify; /* IA32_HWP_INTERRUPT */ variable
925 if (has_hwp_notify) { in print_pkg_msrs()
1481 has_hwp_notify = eax & (1 << 8); in parse_cpuid()
1496 has_hwp_notify ? "" : "No-", in parse_cpuid()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c281 unsigned int has_hwp_notify; /* IA32_HWP_INTERRUPT */ variable
4417 if (has_hwp_notify) { in print_hwp()
5621 has_hwp_notify = eax & (1 << 8); in process_cpuid()
5635 has_hwp_notify ? "" : "No-", in process_cpuid()