Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1140 #define PCL__2 4 /* PC2 */ macro
1157 int snb_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCL_6N, PCL_6R, PCL__7, PCL_7S, PCLRSV, PCLUNL, PC…
1158 int hsw_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCL__3, PCL__6, PCL__7, PCL_7S, PCL__8, PCL__9, PC…
1160 int amt_pkg_cstate_limits[16] = {PCL__0, PCL__1, PCL__2, PCLRSV, PCLRSV, PCLRSV, PCL__6, PCL__7, PC…
1161 int phi_pkg_cstate_limits[16] = {PCL__0, PCL__2, PCL_6N, PCL_6R, PCLRSV, PCLRSV, PCLRSV, PCLUNL, PC…
2782 do_pc2 = do_snb_cstates && (pkg_cstate_limit >= PCL__2); in process_cpuid()