Searched refs:MSR_PKG_POWER_INFO (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 | 41 .regs[RAPL_DOMAIN_PACKAGE][RAPL_DOMAIN_REG_INFO].msr = MSR_PKG_POWER_INFO,
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | msr-index.h | 378 #define MSR_PKG_POWER_INFO 0x00000614 macro
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 352 #define MSR_PKG_POWER_INFO 0x00000614 macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | msr-index.h | 404 #define MSR_PKG_POWER_INFO 0x00000614 macro
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 396 #define MSR_PKG_POWER_INFO 0x00000614 macro
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 112 /* 0x614 MSR_PKG_POWER_INFO */ 4161 if (!get_msr(base_cpu, MSR_PKG_POWER_INFO, &msr)) in get_tdp_intel() 4544 if (get_msr(cpu, MSR_PKG_POWER_INFO, &msr)) in print_rapl() 4548 fprintf(outf, "cpu%d: MSR_PKG_POWER_INFO: 0x%08llx (%.0f W TDP, RAPL %.0f - %.0f W, %f sec.)\n", in print_rapl()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 293 /* 0x614 MSR_PKG_POWER_INFO */ 4533 if (!get_msr(base_cpu, MSR_PKG_POWER_INFO, &msr)) in get_tdp_intel() 4949 if (get_msr(cpu, MSR_PKG_POWER_INFO, &msr)) in print_rapl() 4952 fprintf(outf, "cpu%d: MSR_PKG_POWER_INFO: 0x%08llx (%.0f W TDP, RAPL %.0f - %.0f W, %f sec.)\n", in print_rapl()
|
Completed in 28 milliseconds