Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c766 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in print_cpu_msrs()
963 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in update_hwp_request()
1007 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in update_hwp_request_pkg()
/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h329 #define MSR_HWP_CAPABILITIES 0x00000771 macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h562 #define MSR_HWP_CAPABILITIES 0x00000771 macro
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c734 rdmsrl_on_cpu(policy->cpu, MSR_HWP_CAPABILITIES, &cap); in show_base_frequency()
757 rdmsrl_on_cpu(cpu, MSR_HWP_CAPABILITIES, &cap); in intel_pstate_get_hwp_max()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3655 if (get_msr(cpu, MSR_HWP_CAPABILITIES, &msr)) in print_hwp()