Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Drapl.c603 u64 msr_rapl_power_unit_bits; in rapl_check_hw_unit() local
607 if (rdmsrl_safe(rm->msr_power_unit, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
610 rapl_hw_unit[i] = (msr_rapl_power_unit_bits >> 8) & 0x1FULL; in rapl_check_hw_unit()