Lines Matching full:pc6

167 	{ 0x0, "Pkg%pc6", NULL, 0, 0, 0, NULL, 0 },
300 #define PCL__6 7 /* PC6 */
301 #define PCL_6N 8 /* PC6 No Retention */
302 #define PCL_6R 9 /* PC6 Retention */
539 PC6 = BIT(6), enumerator
550 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
559 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
568 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
580 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
593 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
605 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
618 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
632 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
647 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
661 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
675 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
688 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
701 .supported_cstates = CC1 | CC3 | CC6 | PC2 | PC3 | PC6,
717 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
733 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
751 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC8 | PC10,
769 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC6 | PC10,
786 .supported_cstates = CC1 | CC6 | PC2 | PC6,
801 .supported_cstates = CC1 | CC6 | PC2 | PC6,
817 .supported_cstates = CC1 | CC6 | PC2 | PC6,
832 .supported_cstates = CC1 | CC6 | PC2 | PC6,
861 .supported_cstates = CC1 | CC6 | PC6,
877 .supported_cstates = CC1 | CC6 | PC3 | PC6,
888 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
898 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
910 .supported_cstates = CC1 | CC6 | PC2 | PC6,
923 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
934 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
958 .supported_cstates = CC1 | CC6 | PC3 | PC6,
1392 .feature_mask = PC6,
1644 unsigned long long pc6; member
2454 outp += sprintf(outp, "%sPkg%%pc6", (printed++ ? delim : "")); in print_header()
2622 outp += sprintf(outp, "pc6: %016llX\n", p->pc6); in dump_counters()
3017 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc6 / tsc); in format_counters()
3222 old->pc6 = new->pc6 - old->pc6; in delta_package()
3511 p->pc6 = 0; in clear_counters()
3661 average.packages.pc6 += p->pc6; in sum_counters()
3756 average.packages.pc6 /= topo.allowed_packages; in compute_average()
4419 PERF_COUNTER_WRITE_DATA(p->pc6, PCSTATE_RCI_INDEX_C6_RESIDENCY); in get_cstate_counters()
4738 "pc3", "pc4", "pc6", "pc6n", "pc6r", "pc7", "pc7s", "pc8", "pc9", "pc10", "unlimited"
5141 if (platform->supported_cstates & PC6) { in print_irtl()