Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/powercap/
Dintel_rapl.c913 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/
Dmsr-index.h203 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h486 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
/Linux-v4.19/arch/x86/events/intel/
Drapl.c629 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c3883 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/
Di915_debugfs.c2793 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &power)) { in i915_energy_uJ()