Home
last modified time | relevance | path

Searched refs:HWP_LOWEST_PERF (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h468 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h468 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/linux-6.1.9/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c786 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
/linux-6.1.9/drivers/cpufreq/
Dintel_pstate.c1020 min_perf = HWP_LOWEST_PERF(READ_ONCE(cpu->hwp_cap_cached)); in intel_pstate_hwp_offline()
/linux-6.1.9/tools/power/x86/turbostat/
Dturbostat.c4390 (unsigned int)HWP_MOSTEFFICIENT_PERF(msr), (unsigned int)HWP_LOWEST_PERF(msr)); in print_hwp()