Searched refs:MSR_RAPL_POWER_UNIT (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/powercap/ |
D | intel_rapl.c | 913 if (rdmsrl_safe_on_cpu(cpu, MSR_RAPL_POWER_UNIT, &msr_val)) { in rapl_check_unit_core() 915 MSR_RAPL_POWER_UNIT, cpu); in rapl_check_unit_core() 939 if (rdmsrl_safe_on_cpu(cpu, MSR_RAPL_POWER_UNIT, &msr_val)) { in rapl_check_unit_atom() 941 MSR_RAPL_POWER_UNIT, cpu); in rapl_check_unit_atom()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | msr-index.h | 203 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | x86.h | 486 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
|
/Linux-v4.19/arch/x86/events/intel/ |
D | rapl.c | 629 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 3883 if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr)) in rapl_probe() 4027 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr)) in print_rapl()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 2793 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &power)) { in i915_energy_uJ()
|