Searched refs:MSR_HWP_CAPABILITIES (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 767 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in print_cpu_msrs() 964 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in update_hwp_request() 1008 read_hwp_cap(cpu, &cap, MSR_HWP_CAPABILITIES); in update_hwp_request_pkg()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | msr-index.h | 258 #define MSR_HWP_CAPABILITIES 0x00000771 macro
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | x86.h | 541 #define MSR_HWP_CAPABILITIES 0x00000771 macro
|
/Linux-v4.19/drivers/cpufreq/ |
D | intel_pstate.c | 713 rdmsrl_on_cpu(cpu, MSR_HWP_CAPABILITIES, &cap); in intel_pstate_get_hwp_max()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 3559 if (get_msr(cpu, MSR_HWP_CAPABILITIES, &msr)) in print_hwp()
|