Lines Matching refs:rapl_power_units
87 double rapl_power_units, rapl_time_units; variable
2052 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp()
2137 rapl_power_units = 1.0 / (1 << (msr & 0xF)); in rapl_probe()
2251 ((msr >> 0) & 0x7FFF) * rapl_power_units, in print_power_limit_msr()
2282 rapl_power_units, rapl_energy_units, rapl_time_units); in print_rapl()
2292 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2293 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2294 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2310 ((msr >> 32) & 0x7FFF) * rapl_power_units, in print_rapl()
2321 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2322 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
2323 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()