Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c496 RAPL_CORE_POWER_LIMIT = BIT(8), /* 0x638 MSR_PP0_POWER_LIMIT */ enumerator
509 #define RAPL_CORE (RAPL_CORE_ENERGY_STATUS | RAPL_CORE_POWER_LIMIT)
7090 if (platform->rapl_msrs & RAPL_CORE_POWER_LIMIT) { in print_rapl()