Lines Matching defs:spu
22 /* spu_prof_running is a flag used to indicate if spu profiling is enabled
78 int spu;
92 for (spu = SPUS_PER_TB_ENTRY-1; spu >= 0; spu--) {
93 /* spu PC trace entry is upper 16 bits of the
96 samples[spu * TRACE_ARRAY_SIZE + entry]
98 samples[(spu + SPUS_PER_TB_ENTRY) * TRACE_ARRAY_SIZE + entry]
176 smp_wmb(); /* insure spu event buffer updates are written */
186 printk(KERN_INFO "SPU_PROF: spu-prof timer ending\n");