Searched refs:MSR_RAPL_POWER_UNIT (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/powercap/ |
D | intel_rapl.c | 850 if (rdmsrl_safe_on_cpu(cpu, MSR_RAPL_POWER_UNIT, &msr_val)) { in rapl_check_unit_core() 852 MSR_RAPL_POWER_UNIT, cpu); in rapl_check_unit_core() 876 if (rdmsrl_safe_on_cpu(cpu, MSR_RAPL_POWER_UNIT, &msr_val)) { in rapl_check_unit_atom() 878 MSR_RAPL_POWER_UNIT, cpu); in rapl_check_unit_atom()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | msr-index.h | 167 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 694 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 2233 if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr)) in rapl_probe() 2375 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr)) in print_rapl()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 2639 rdmsrl(MSR_RAPL_POWER_UNIT, power); in i915_energy_uJ()
|