Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/x86/
Dintel_ips.c91 #define IA32_PERF_CTL 0x199 macro
439 rdmsrl(IA32_PERF_CTL, perf_ctl); in do_enable_cpu_turbo()
442 wrmsrl(IA32_PERF_CTL, perf_ctl); in do_enable_cpu_turbo()
477 rdmsrl(IA32_PERF_CTL, perf_ctl); in do_disable_cpu_turbo()
480 wrmsrl(IA32_PERF_CTL, perf_ctl); in do_disable_cpu_turbo()