the_spu           136 arch/powerpc/oprofile/cell/spu_task_sync.c 	struct spu *the_spu;	/* needed to access pointer to local_store */
the_spu           156 arch/powerpc/oprofile/cell/spu_task_sync.c static struct cached_info *get_cached_info(struct spu *the_spu, int spu_num)
the_spu           168 arch/powerpc/oprofile/cell/spu_task_sync.c 	if (!spu_info[spu_num] && the_spu) {
the_spu           169 arch/powerpc/oprofile/cell/spu_task_sync.c 		ref = spu_get_profile_private_kref(the_spu->ctx);
the_spu           226 arch/powerpc/oprofile/cell/spu_task_sync.c 	info->the_spu = spu;
the_spu           427 arch/powerpc/oprofile/cell/spu_task_sync.c 	struct spu *the_spu = data;
the_spu           432 arch/powerpc/oprofile/cell/spu_task_sync.c 		retval = release_cached_info(the_spu->number);
the_spu           435 arch/powerpc/oprofile/cell/spu_task_sync.c 		retval = process_context_switch(the_spu, val);
the_spu           558 arch/powerpc/oprofile/cell/spu_task_sync.c 	struct spu *the_spu;
the_spu           581 arch/powerpc/oprofile/cell/spu_task_sync.c 	the_spu = c_info->the_spu;
the_spu           589 arch/powerpc/oprofile/cell/spu_task_sync.c 		file_offset = vma_map_lookup( map, sample, the_spu, &grd_val);