Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c495 RAPL_DRAM_POWER_INFO = BIT(7), /* 0x61c MSR_DRAM_POWER_INFO */ enumerator
513 #define RAPL_DRAM_ALL (RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_DRAM_POWER_INFO)
7065 if (platform->rapl_msrs & RAPL_DRAM_POWER_INFO) { in print_rapl()