Home
last modified time | relevance | path

Searched refs:MSR_RAPL_POWER_UNIT (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/powercap/
Dintel_rapl.c850 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/
Dmsr-index.h167 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c694 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/
Dturbostat.c2233 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/
Di915_debugfs.c2639 rdmsrl(MSR_RAPL_POWER_UNIT, power); in i915_energy_uJ()