Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/ivybridge/
Dnorthbridge.c145 msr_t msr = msr_read(MSR_PKG_POWER_LIMIT); in northbridge_init()
Dmodel_206ax.c210 msr_write(MSR_PKG_POWER_LIMIT, limit); in set_power_limits()
/external/u-boot/arch/x86/include/asm/
Dmsr-index.h237 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/external/u-boot/arch/x86/cpu/broadwell/
Dcpu_full.c606 msr_write(MSR_PKG_POWER_LIMIT, limit); in cpu_set_power_limits()
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h514 #define MSR_PKG_POWER_LIMIT 0x00000610 macro
/external/crosvm/x86_64/src/
Dmsr_index.rs137 pub const MSR_PKG_POWER_LIMIT: ::std::os::raw::c_uint = 0x00000610; constant