pc9               203 tools/power/x86/turbostat/turbostat.c 	unsigned long long pc9;
pc9               857 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "pc9: %016llX\n", p->pc9);
pc9              1122 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc9/tsc);
pc9              1243 tools/power/x86/turbostat/turbostat.c 	old->pc9 = new->pc9 - old->pc9;
pc9              1457 tools/power/x86/turbostat/turbostat.c 	p->pc9 = 0;
pc9              1554 tools/power/x86/turbostat/turbostat.c 	average.packages.pc9 += p->pc9;
pc9              1628 tools/power/x86/turbostat/turbostat.c 	average.packages.pc9 /= topo.num_packages;
pc9              1957 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C9_RESIDENCY, &p->pc9))