Home
last modified time | relevance | path

Searched refs:HWP_LOWEST_PERF (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmsr-index.h448 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dmsr-index.h422 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmsr-index.h494 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dmsr-index.h486 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c741 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c786 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c915 min_perf = HWP_LOWEST_PERF(cpu->hwp_cap_cached); in intel_pstate_hwp_offline()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c1066 min_perf = HWP_LOWEST_PERF(READ_ONCE(cpu->hwp_cap_cached)); in intel_pstate_hwp_offline()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c4006 (unsigned int)HWP_LOWEST_PERF(msr)); in print_hwp()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c4387 (unsigned int)HWP_MOSTEFFICIENT_PERF(msr), (unsigned int)HWP_LOWEST_PERF(msr)); in print_hwp()

Completed in 40 milliseconds