Home
last modified time | relevance | path

Searched refs:has_epb (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.c84 unsigned int has_epb; /* MSR_IA32_ENERGY_PERF_BIAS */ variable
151 if (!has_epb) in parse_cmdline_epb()
352 if (has_epb) in parse_cmdline_all()
807 if (has_epb) { in print_cpu_msrs()
1339 has_epb = (ecx >> 3) & 1; in early_cpuid()
1410 has_epb ? "" : "No-"); in parse_cpuid()
/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c56 unsigned int has_epb; variable
3929 if (!has_epb) in print_epb()
5112 has_epb = ecx & (1 << 3); in process_cpuid()
5126 has_epb ? "" : "No-"); in process_cpuid()