Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/powercap/
Dintel_rapl.c847 if (rdmsrl_safe_on_cpu(cpu, MSR_RAPL_POWER_UNIT, &msr_val)) { in rapl_check_unit_core()
849 MSR_RAPL_POWER_UNIT, cpu); in rapl_check_unit_core()
873 if (rdmsrl_safe_on_cpu(cpu, MSR_RAPL_POWER_UNIT, &msr_val)) { in rapl_check_unit_atom()
875 MSR_RAPL_POWER_UNIT, cpu); in rapl_check_unit_atom()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h157 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c685 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c2134 if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr)) in rapl_probe()
2276 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr)) in print_rapl()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c2362 rdmsrl(MSR_RAPL_POWER_UNIT, power); in i915_energy_uJ()