Searched refs:RAPL_POWER_GRANULARITY (Results 1 – 1 of 1) sorted by relevance
7704 #define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */ macro7721 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp_intel()8025 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()8026 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()8027 …((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, ((msr >> 48) & RAPL_TIME_GRANULARITY) *… in print_rapl()8057 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()8058 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()8059 …((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, ((msr >> 48) & RAPL_TIME_GRANULARITY) *… in print_rapl()