Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Drapl.c611 u64 msr_rapl_power_unit_bits; in rapl_check_hw_unit() local
615 if (rdmsrl_safe(rapl_model->msr_power_unit, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
618 rapl_pkg_hw_unit[i] = (msr_rapl_power_unit_bits >> 8) & 0x1FULL; in rapl_check_hw_unit()
620 rapl_core_hw_unit = (msr_rapl_power_unit_bits >> 8) & 0x1FULL; in rapl_check_hw_unit()