Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c84 unsigned int has_epb; /* MSR_IA32_ENERGY_PERF_BIAS */ variable
154 if (!has_epb) in parse_cmdline_epb()
355 if (has_epb) in parse_cmdline_all()
853 if (!has_epb) in get_epb()
875 if (!has_epb) in set_epb()
1429 has_epb = (ecx >> 3) & 1; in early_cpuid()
1500 has_epb ? "" : "No-"); in parse_cpuid()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c234 unsigned int has_epb; variable
4311 if (!has_epb) in print_epb()
5625 has_epb = ecx & (1 << 3); in process_cpuid()
5637 has_hwp_epp ? "" : "No-", has_hwp_pkg ? "" : "No-", has_epb ? "" : "No-"); in process_cpuid()