Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3811 #define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */ macro
3820 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp_intel()
4197 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4198 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4199 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4226 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4227 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4228 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()