Home
last modified time | relevance | path

Searched refs:HWP_ENERGY_PERF_PREFERENCE (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h462 #define HWP_ENERGY_PERF_PREFERENCE(x) (((unsigned long long) x & 0xff) << 24) macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h462 #define HWP_ENERGY_PERF_PREFERENCE(x) (((unsigned long long) x & 0xff) << 24) macro
/linux-5.19.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c839 msr |= HWP_ENERGY_PERF_PREFERENCE(hwp_req->hwp_epp); in write_hwp_request()
/linux-5.19.10/drivers/cpufreq/
Dintel_pstate.c1028 value |= HWP_ENERGY_PERF_PREFERENCE(cpu->epp_cached); in intel_pstate_hwp_offline()
1054 value |= HWP_ENERGY_PERF_PREFERENCE(HWP_EPP_POWERSAVE); in intel_pstate_hwp_offline()