rapl_hw_unit      136 arch/x86/events/intel/rapl.c static int rapl_hw_unit[NR_RAPL_DOMAINS] __read_mostly;
rapl_hw_unit      173 arch/x86/events/intel/rapl.c 	return v << (32 - rapl_hw_unit[cfg - 1]);
rapl_hw_unit      587 arch/x86/events/intel/rapl.c 		rapl_hw_unit[i] = (msr_rapl_power_unit_bits >> 8) & 0x1FULL;
rapl_hw_unit      596 arch/x86/events/intel/rapl.c 		rapl_hw_unit[PERF_RAPL_RAM] = 16;
rapl_hw_unit      606 arch/x86/events/intel/rapl.c 	if (rapl_hw_unit[0] < 32) {
rapl_hw_unit      608 arch/x86/events/intel/rapl.c 		rapl_timer_ms *= (1ULL << (32 - rapl_hw_unit[0] - 1));
rapl_hw_unit      623 arch/x86/events/intel/rapl.c 				rapl_domain_names[i], rapl_hw_unit[i]);