Home
last modified time | relevance | path

Searched refs:HWP_MOSTEFFICIENT_PERF (Results 1 – 3 of 3) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h538 #define HWP_MOSTEFFICIENT_PERF(x) (((x) >> 16) & 0xff) macro
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c785 cap->efficient = msr_perf_2_ratio(HWP_MOSTEFFICIENT_PERF(msr)); in read_hwp_cap()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6846 (unsigned int)HWP_MOSTEFFICIENT_PERF(msr), (unsigned int)HWP_LOWEST_PERF(msr)); in print_hwp()