Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/powercap/
Dintel_rapl_msr.c38 .regs[RAPL_DOMAIN_PACKAGE][RAPL_DOMAIN_REG_LIMIT].msr = MSR_PKG_POWER_LIMIT,
/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h393 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h393 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/linux-6.6.21/tools/power/x86/turbostat/
Dturbostat.c4962 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr)) in print_rapl()