Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/acpi/
H A Dcppc.c148 ret = rdmsrl_safe_on_cpu(cpu, MSR_AMD_CPPC_CAP1, &val); in amd_get_highest_perf()
/linux/drivers/cpufreq/
H A Damd-pstate.c416 int ret = rdmsrl_safe_on_cpu(cpudata->cpu, MSR_AMD_CPPC_CAP1, in msr_init_perf()
1522 ret = rdmsrl_on_cpu(cpudata->cpu, MSR_AMD_CPPC_CAP1, &value); in amd_pstate_epp_cpu_init()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h694 #define MSR_AMD_CPPC_CAP1 0xc00102b0 macro