Home
last modified time | relevance | path

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

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c85 unsigned int has_epb; /* MSR_IA32_ENERGY_PERF_BIAS */ variable
157 if (!has_epb) in parse_cmdline_epb()
358 if (has_epb) in parse_cmdline_all()
864 if (!has_epb) in get_epb_sysfs()
886 if (!has_epb) in set_epb_sysfs()
1497 has_epb = (ecx >> 3) & 1; in early_cpuid()
1568 has_epb ? "" : "No-"); in parse_cpuid()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c502 unsigned int has_epb; variable
7295 if (!has_epb) in print_epb()
8874 has_epb = ecx & (1 << 3); in process_cpuid()
8885 …ity_window ? "" : "No-", has_hwp_epp ? "" : "No-", has_hwp_pkg ? "" : "No-", has_epb ? "" : "No-"); in process_cpuid()