Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c90 unsigned int has_hwp_epp; /* IA32_HWP_REQUEST[bits 31:24] */ variable
1349 has_hwp_epp = eax & (1 << 10); in parse_cpuid()
1364 has_hwp_epp ? "" : "No-", in parse_cpuid()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c109 unsigned int has_hwp_epp; /* IA32_HWP_REQUEST[bits 31:24] */ variable
4524 has_hwp_epp = eax & (1 << 10); in process_cpuid()
4538 has_hwp_epp ? "" : "No-", in process_cpuid()