pc6               200 tools/power/x86/turbostat/turbostat.c 	unsigned long long pc6;
pc6               853 tools/power/x86/turbostat/turbostat.c 			outp += sprintf(outp, "pc6: %016llX\n", p->pc6);
pc6              1116 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc6/tsc);
pc6              1239 tools/power/x86/turbostat/turbostat.c 		old->pc6 = new->pc6 - old->pc6;
pc6              1453 tools/power/x86/turbostat/turbostat.c 		p->pc6 = 0;
pc6              1550 tools/power/x86/turbostat/turbostat.c 		average.packages.pc6 += p->pc6;
pc6              1623 tools/power/x86/turbostat/turbostat.c 		average.packages.pc6 /= topo.num_packages;
pc6              1939 tools/power/x86/turbostat/turbostat.c 			if (get_msr(cpu, MSR_ATOM_PKG_C6_RESIDENCY, &p->pc6))
pc6              1942 tools/power/x86/turbostat/turbostat.c 			if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6))