Searched refs:MSR_PKG_POWER_LIMIT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | intel_rapl_msr.c | 36 MSR_PKG_POWER_LIMIT, MSR_PKG_ENERGY_STATUS, MSR_PKG_PERF_STATUS, 0, MSR_PKG_POWER_INFO },
|
/kernel/linux/linux-6.6/drivers/powercap/ |
H A D | intel_rapl_msr.c | 38 .regs[RAPL_DOMAIN_PACKAGE][RAPL_DOMAIN_REG_LIMIT].msr = MSR_PKG_POWER_LIMIT,
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | msr-index.h | 375 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 349 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | msr-index.h | 401 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 393 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 107 /* 0x610 MSR_PKG_POWER_LIMIT */ 4558 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr)) in print_rapl() 4561 fprintf(outf, "cpu%d: MSR_PKG_POWER_LIMIT: 0x%08llx (%slocked)\n", in print_rapl()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 288 /* 0x610 MSR_PKG_POWER_LIMIT */ 4962 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr)) in print_rapl() 4965 fprintf(outf, "cpu%d: MSR_PKG_POWER_LIMIT: 0x%08llx (%slocked)\n", in print_rapl()
|
Completed in 52 milliseconds