Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c500 TRL_CORECOUNT = BIT(5), enumerator
805 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
821 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
838 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
854 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
870 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
917 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
930 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
965 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
5150 if (platform->trl_msrs & TRL_CORECOUNT) { in dump_turbo_ratio_limits()