Home
last modified time | relevance | path

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

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