Home
last modified time | relevance | path

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

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c86 unsigned int has_hwp; /* IA32_PM_ENABLE, IA32_HWP_CAPABILITIES */ variable
913 if (!has_hwp) in print_cpu_msrs()
930 if (!has_hwp) in print_pkg_msrs()
1008 if (!has_hwp) in update_sysfs()
1245 if (!has_hwp) in update_cpu_msrs()
1388 if (!has_hwp) /* set in early_cpuid() */ in verify_hwp_is_enabled()
1395 has_hwp = 0; in verify_hwp_is_enabled()
1496 has_hwp = (eax >> 7) & 1; in early_cpuid()
1563 has_hwp ? "" : "No-", in parse_cpuid()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c538 unsigned int has_hwp; /* IA32_PM_ENABLE, IA32_HWP_CAPABILITIES */ variable
7543 if (!has_hwp) in print_hwp()
9190 has_hwp = eax & (1 << 7); in process_cpuid()
9204 has_hwp ? "" : "No-", in process_cpuid()