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.c476 TRL_CORECOUNT = BIT(5), enumerator
776 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
792 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
808 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
824 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
840 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
887 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
900 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
935 .trl_msrs = TRL_BASE | TRL_CORECOUNT,
4864 if (platform->trl_msrs & TRL_CORECOUNT) { in dump_turbo_ratio_limits()