Home
last modified time | relevance | path

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

/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c88 unsigned int has_hwp_notify; /* IA32_HWP_INTERRUPT */ variable
784 if (has_hwp_notify) { in print_pkg_msrs()
1351 has_hwp_notify = eax & (1 << 8); in parse_cpuid()
1366 has_hwp_notify ? "" : "No-", in parse_cpuid()
/tools/power/x86/turbostat/
Dturbostat.c98 unsigned int has_hwp_notify; /* IA32_HWP_INTERRUPT */ variable
3191 if (has_hwp_notify) { in print_hwp()
4093 has_hwp_notify = eax & (1 << 8); in process_cpuid()
4107 has_hwp_notify ? "" : "No-", in process_cpuid()