Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c819 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in print_cpu_msrs()
1016 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in update_hwp_request()
1060 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in update_hwp_request_pkg()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h405 #define MSR_HWP_CAPABILITIES 0x00000771 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h405 #define MSR_HWP_CAPABILITIES 0x00000771 macro
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c814 rdmsrl_on_cpu(policy->cpu, MSR_HWP_CAPABILITIES, &cap); in show_base_frequency()
837 rdmsrl_on_cpu(cpu->cpu, MSR_HWP_CAPABILITIES, &cap); in intel_pstate_get_hwp_max()
/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c3997 if (get_msr(cpu, MSR_HWP_CAPABILITIES, &msr)) in print_hwp()