Searched refs:msr_rapl_power_unit_bits (Results 1 – 1 of 1) sorted by relevance
610 u64 msr_rapl_power_unit_bits; in rapl_check_hw_unit() local614 if (rdmsrl_safe(rapl_model->msr_power_unit, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()617 rapl_pkg_hw_unit[i] = (msr_rapl_power_unit_bits >> 8) & 0x1FULL; in rapl_check_hw_unit()619 rapl_core_hw_unit = (msr_rapl_power_unit_bits >> 8) & 0x1FULL; in rapl_check_hw_unit()