Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/selftests/
H A Dlibrapl.c25 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &power)) in librapl_energy_uJ()
/linux/drivers/powercap/
H A Dintel_rapl_msr.c37 .reg_unit.msr = MSR_RAPL_POWER_UNIT,
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h422 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6928 if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr)) in rapl_probe_intel()
7021 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr)) in print_rapl()
/linux/arch/x86/kvm/
H A Dx86.c4233 case MSR_RAPL_POWER_UNIT: in kvm_get_msr_common()