Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h419 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h419 #define HWP_HIGHEST_PERF(x) (((x) >> 0) & 0xff) macro
/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c738 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c842 *current_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
844 *phy_max = HWP_HIGHEST_PERF(cap); in intel_pstate_get_hwp_max()
/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c4003 (unsigned int)HWP_HIGHEST_PERF(msr), in print_hwp()