Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h278 #define HWP_MIN_PERF(x) (x & 0xff) macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h561 #define HWP_MIN_PERF(x) (x & 0xff) macro
/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c738 value &= ~HWP_MIN_PERF(~0L); in intel_pstate_hwp_set()
739 value |= HWP_MIN_PERF(min); in intel_pstate_hwp_set()
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c739 msr |= HWP_MIN_PERF(ratio_2_msr_perf(hwp_req->hwp_min)); in write_hwp_request()