Home
last modified time | relevance | path

Searched refs:pc2 (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/tools/power/x86/turbostat/
Dturbostat.c88 unsigned long long pc2; /* per package */ member
212 if (cnt->pc2) fprintf(stderr, "pc2: %016llX\n", cnt->pc2); in dump_cnt()
307 fprintf(stderr, " %6.2f", 100.0 * p->pc2/p->tsc); in print_cnt()
389 if (SUBTRACT_COUNTER(after->pc2, before->pc2, delta->pc2)) { in compute_delta()
391 before->cpu, before->pc2, after->pc2); in compute_delta()
483 sum->pc2 += delta->pc2; in compute_average()
495 avg->pc2 = sum->pc2/num_cpus; in compute_average()
538 if (get_msr(cnt->cpu, MSR_PKG_C2_RESIDENCY, &cnt->pc2)) in get_counters()
/linux-3.4.99/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dpinmux_defs.h185 unsigned int pc2 : 1; member
210 unsigned int pc2 : 1; member
/linux-3.4.99/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dpinmux_defs.h195 unsigned int pc2 : 1; member
/linux-3.4.99/crypto/
Ddes_generic.c108 static const u32 pc2[1024] = { variable
635 const u32 *pt = pc2; in des_ekey()
718 const u32 *pt = pc2; in dkey()