Searched refs:has_epb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 84 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() 1403 * initialize turbo_is_enabled, has_hwp, has_epb 1428 has_epb = (ecx >> 3) & 1; in early_cpuid() 1434 * has_hwp, has_hwp_notify, has_hwp_activity_window, has_hwp_epp, has_hwp_request_pkg, has_epb 1488 /* has_epb already set */ in parse_cpuid() 1499 has_epb in parse_cpuid() [all...] |
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 84 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() 1314 * initialize turbo_is_enabled, has_hwp, has_epb 1339 has_epb = (ecx >> 3) & 1; in early_cpuid() 1345 * has_hwp, has_hwp_notify, has_hwp_activity_window, has_hwp_epp, has_hwp_request_pkg, has_epb 1399 /* has_epb already set */ in parse_cpuid() 1410 has_epb ? "" : "No-"); in parse_cpuid()
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 56 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()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 232 unsigned int has_epb; variable 4307 if (!has_epb) in print_epb() 5614 has_epb = ecx & (1 << 3); in process_cpuid() 5626 has_hwp_epp ? "" : "No-", has_hwp_pkg ? "" : "No-", has_epb ? "" : "No-"); in process_cpuid()
|
Completed in 21 milliseconds