Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c89 unsigned int has_hwp_epp; /* IA32_HWP_REQUEST[bits 31:24] */ variable
1482 has_hwp_epp = eax & (1 << 10); in parse_cpuid()
1497 has_hwp_epp ? "" : "No-", in parse_cpuid()
/linux-6.1.9/tools/power/x86/turbostat/
Dturbostat.c281 unsigned int has_hwp_epp; /* IA32_HWP_REQUEST[bits 31:24] */ variable
5612 has_hwp_epp = eax & (1 << 10); in process_cpuid()
5626 has_hwp_epp ? "" : "No-", has_hwp_pkg ? "" : "No-", has_epb ? "" : "No-"); in process_cpuid()