pkg_any_gfxe_c0   209 tools/power/x86/turbostat/turbostat.c 	unsigned long long pkg_any_gfxe_c0;
pkg_any_gfxe_c0   846 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "Any GFX: %016llX\n", p->pkg_any_gfxe_c0);
pkg_any_gfxe_c0  1107 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pkg_any_gfxe_c0/tsc);
pkg_any_gfxe_c0  1231 tools/power/x86/turbostat/turbostat.c 		old->pkg_any_gfxe_c0 = new->pkg_any_gfxe_c0 - old->pkg_any_gfxe_c0;
pkg_any_gfxe_c0  1446 tools/power/x86/turbostat/turbostat.c 	p->pkg_any_gfxe_c0 = 0;
pkg_any_gfxe_c0  1542 tools/power/x86/turbostat/turbostat.c 		average.packages.pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0;
pkg_any_gfxe_c0  1615 tools/power/x86/turbostat/turbostat.c 		average.packages.pkg_any_gfxe_c0 /= topo.num_packages;
pkg_any_gfxe_c0  1927 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_ANY_GFXE_C0_RES, &p->pkg_any_gfxe_c0))