Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c145 msr_t msr = msr_read(MSR_PKG_POWER_LIMIT); in northbridge_init()
H A Dmodel_206ax.c212 msr_write(MSR_PKG_POWER_LIMIT, limit); in set_power_limits()
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_msr.c38 .regs[RAPL_DOMAIN_PACKAGE][RAPL_DOMAIN_REG_LIMIT].msr = MSR_PKG_POWER_LIMIT,
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h180 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c700 msr_write(MSR_PKG_POWER_LIMIT, limit); in cpu_set_power_limits()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h393 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h408 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4965 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr)) in print_rapl()