Searched refs:MSR_HWP_INTERRUPT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | intel_pstate.c | 1694 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x00); in intel_pstate_disable_hwp_interrupt() 1714 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x01); in intel_pstate_enable_hwp_interrupt() 1754 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x00); in intel_pstate_hwp_enable()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | msr-index.h | 433 #define MSR_HWP_INTERRUPT 0x00000773 macro
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 407 #define MSR_HWP_INTERRUPT 0x00000773 macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | msr-index.h | 479 #define MSR_HWP_INTERRUPT 0x00000773 macro
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 471 #define MSR_HWP_INTERRUPT 0x00000773 macro
|
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 837 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_INTERRUPT, &msr); in print_pkg_msrs() 839 "pkg%d: MSR_HWP_INTERRUPT: 0x%08llx (Excursion_Min-%sabled, Guaranteed_Perf_Change-%sabled)\n", in print_pkg_msrs()
|
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 926 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_INTERRUPT, &msr); in print_pkg_msrs() 928 "pkg%d: MSR_HWP_INTERRUPT: 0x%08llx (Excursion_Min-%sabled, Guaranteed_Perf_Change-%sabled)\n", in print_pkg_msrs()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | intel_pstate.c | 1454 wrmsrl_on_cpu(cpudata->cpu, MSR_HWP_INTERRUPT, 0x00); in intel_pstate_hwp_enable()
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4035 if (get_msr(cpu, MSR_HWP_INTERRUPT, &msr)) in print_hwp() 4038 fprintf(outf, "cpu%d: MSR_HWP_INTERRUPT: 0x%08llx " in print_hwp()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4414 if (get_msr(cpu, MSR_HWP_INTERRUPT, &msr)) in print_hwp() 4417 fprintf(outf, "cpu%d: MSR_HWP_INTERRUPT: 0x%08llx " in print_hwp()
|
Completed in 38 milliseconds