Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/powercap/
H A Dintel_rapl_msr.c37 MSR_PKG_POWER_LIMIT, MSR_PKG_ENERGY_STATUS, MSR_PKG_PERF_STATUS, 0, MSR_PKG_POWER_INFO },
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c156 msr_t msr = msr_read(MSR_PKG_POWER_LIMIT); in northbridge_init()
H A Dmodel_206ax.c213 msr_write(MSR_PKG_POWER_LIMIT, limit); in set_power_limits()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmsr-index.h181 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c701 msr_write(MSR_PKG_POWER_LIMIT, limit); in cpu_set_power_limits()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-index.h349 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h349 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/OK3568_Linux_fs/kernel/tools/power/x86/turbostat/
H A Dturbostat.c4558 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr)) in print_rapl()