Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c85 unsigned int has_hwp; /* IA32_PM_ENABLE, IA32_HWP_CAPABILITIES */ variable
813 if (!has_hwp) in print_cpu_msrs()
830 if (!has_hwp) in print_pkg_msrs()
906 if (!has_hwp) in update_sysfs()
1132 if (!has_hwp) in update_cpu_msrs()
1245 if (!has_hwp) /* set in early_cpuid() */ in verify_hwp_is_enabled()
1252 has_hwp = 0; in verify_hwp_is_enabled()
1338 has_hwp = (eax >> 7) & 1; in early_cpuid()
1405 has_hwp ? "" : "No-", in parse_cpuid()
/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c96 unsigned int has_hwp; /* IA32_PM_ENABLE, IA32_HWP_CAPABILITIES */ variable
3973 if (!has_hwp) in print_hwp()
5107 has_hwp = eax & (1 << 7); in process_cpuid()
5121 has_hwp ? "" : "No-", in process_cpuid()