pkg_both_core_gfxe_c0  210 tools/power/x86/turbostat/turbostat.c 	unsigned long long pkg_both_core_gfxe_c0;
pkg_both_core_gfxe_c0  847 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "CPU + GFX: %016llX\n", p->pkg_both_core_gfxe_c0);
pkg_both_core_gfxe_c0 1109 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pkg_both_core_gfxe_c0/tsc);
pkg_both_core_gfxe_c0 1233 tools/power/x86/turbostat/turbostat.c 		old->pkg_both_core_gfxe_c0 = new->pkg_both_core_gfxe_c0 - old->pkg_both_core_gfxe_c0;
pkg_both_core_gfxe_c0 1447 tools/power/x86/turbostat/turbostat.c 	p->pkg_both_core_gfxe_c0 = 0;
pkg_both_core_gfxe_c0 1544 tools/power/x86/turbostat/turbostat.c 		average.packages.pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0;
pkg_both_core_gfxe_c0 1617 tools/power/x86/turbostat/turbostat.c 		average.packages.pkg_both_core_gfxe_c0 /= topo.num_packages;
pkg_both_core_gfxe_c0 1931 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_BOTH_CORE_GFXE_C0_RES, &p->pkg_both_core_gfxe_c0))