Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c86 unsigned int has_hwp; /* IA32_PM_ENABLE, IA32_HWP_CAPABILITIES */ variable
761 if (!has_hwp) in print_cpu_msrs()
778 if (!has_hwp) in print_pkg_msrs()
854 if (!has_hwp) in update_sysfs()
1080 if (!has_hwp) in update_cpu_msrs()
1205 if (!has_hwp) /* set in early_cpuid() */ in verify_hwp_is_enabled()
1212 has_hwp = 0; in verify_hwp_is_enabled()
1294 has_hwp = (eax >> 7) & 1; in early_cpuid()
1361 has_hwp ? "" : "No-", in parse_cpuid()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c105 unsigned int has_hwp; /* IA32_PM_ENABLE, IA32_HWP_CAPABILITIES */ variable
3535 if (!has_hwp) in print_hwp()
4521 has_hwp = eax & (1 << 7); in process_cpuid()
4535 has_hwp ? "" : "No-", in process_cpuid()