Lines Matching refs:entry
71 * Extract SPU PC from trace buffer entry
73 static void spu_pc_extract(int cpu, int entry)
84 * 128-bit trace_buffer entry. Process two 64-bit values
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]
109 int entry;
113 entry = 0;
118 spu_pc_extract(cpu, entry);
120 entry++;
122 if (entry >= TRACE_ARRAY_SIZE)
129 return entry;