Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/powercap/
Dintel_rapl_msr.c34 .reg_unit = MSR_RAPL_POWER_UNIT,
/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h274 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h507 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
/Linux-v5.4/arch/x86/events/intel/
Drapl.c584 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3974 if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr)) in rapl_probe_intel()
4182 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr)) in print_rapl()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c2298 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &power)) in i915_energy_uJ()