Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c89 unsigned int has_hwp_epp; /* IA32_HWP_REQUEST[bits 31:24] */ variable
1393 has_hwp_epp = eax & (1 << 10); in parse_cpuid()
1408 has_hwp_epp ? "" : "No-", in parse_cpuid()
/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c100 unsigned int has_hwp_epp; /* IA32_HWP_REQUEST[bits 31:24] */ variable
5100 has_hwp_epp = eax & (1 << 10); in process_cpuid()
5114 has_hwp_epp ? "" : "No-", in process_cpuid()