Home
last modified time | relevance | path

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

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