Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/x86/turbostat/
Dturbostat.c4528 #define RAPL_POWER_GRANULARITY 0x7FFF /* 15 bit power granularity */ macro
4537 return ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units; in get_tdp_intel()
4957 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4958 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4959 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4993 ((msr >> 0) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4994 ((msr >> 16) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()
4995 ((msr >> 32) & RAPL_POWER_GRANULARITY) * rapl_power_units, in print_rapl()