Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h275 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h558 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c689 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c3568 (unsigned int)HWP_LOWEST_PERF(msr)); in print_hwp()