Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dintel_ips.c92 #define IA32_PERF_CTL 0x199 macro
440 rdmsrl(IA32_PERF_CTL, perf_ctl); in do_enable_cpu_turbo()
443 wrmsrl(IA32_PERF_CTL, perf_ctl); in do_enable_cpu_turbo()
478 rdmsrl(IA32_PERF_CTL, perf_ctl); in do_disable_cpu_turbo()
481 wrmsrl(IA32_PERF_CTL, perf_ctl); in do_disable_cpu_turbo()