Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/
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()
754 if (has_epb) { in print_cpu_msrs()
1298 has_epb = (ecx >> 3) & 1; in early_cpuid()
1369 has_epb ? "" : "No-"); in parse_cpuid()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c56 unsigned int has_epb; variable
3587 if (!has_epb) in print_epb()
4719 has_epb = ecx & (1 << 3); in process_cpuid()
4733 has_epb ? "" : "No-"); in process_cpuid()