Searched refs:MSR_PKG_POWER_LIMIT (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/tools/i386/ |
H A D | rapl-msr-index.h | 26 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
H A D | qemu-vmsr-helper.c | 137 case MSR_PKG_POWER_LIMIT: in is_msr_allowed()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | northbridge.c | 145 msr_t msr = msr_read(MSR_PKG_POWER_LIMIT); in northbridge_init()
|
H A D | model_206ax.c | 212 msr_write(MSR_PKG_POWER_LIMIT, limit); in set_power_limits()
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_msr.c | 38 .regs[RAPL_DOMAIN_PACKAGE][RAPL_DOMAIN_REG_LIMIT].msr = MSR_PKG_POWER_LIMIT,
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr-index.h | 180 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | cpu.c | 700 msr_write(MSR_PKG_POWER_LIMIT, limit); in cpu_set_power_limits()
|
/openbmc/qemu/docs/specs/ |
H A D | rapl-msr.rst | 24 #define MSR_PKG_POWER_LIMIT 0x00000610
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 393 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 410 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 414 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 3026 r->msr_limit = vmsr_read_msr(MSR_PKG_POWER_LIMIT, 0, r->pid, in kvm_msr_energy_thread_init() 3188 r = kvm_filter_msr(s, MSR_PKG_POWER_LIMIT, in kvm_vm_enable_energy_msrs()
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4966 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr)) in print_rapl()
|