Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c668 TRL_CORECOUNT = BIT(5), enumerator
973 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
989 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
1006 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
1040 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
1056 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
1103 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
1116 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
1151 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
5599 if (platform->trl_msrs & TRL_CORECOUNT) { in dump_turbo_ratio_limits()