Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c85 unsigned int has_epb; /* MSR_IA32_ENERGY_PERF_BIAS */ variable
152 if (!has_epb) in parse_cmdline_epb()
353 if (has_epb) in parse_cmdline_all()
755 if (has_epb) { in print_cpu_msrs()
1295 has_epb = (ecx >> 3) & 1; in early_cpuid()
1366 has_epb ? "" : "No-"); in parse_cpuid()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c69 unsigned int has_epb; variable
3491 if (!has_epb) in print_epb()
4526 has_epb = ecx & (1 << 3); in process_cpuid()
4540 has_epb ? "" : "No-"); in process_cpuid()