npc_read          385 arch/powerpc/platforms/cell/spufs/backing_ops.c 	.npc_read = spu_backing_npc_read,
npc_read           48 arch/powerpc/platforms/cell/spufs/fault.c 			ctx->ops->npc_read(ctx) - 4);
npc_read         1779 arch/powerpc/platforms/cell/spufs/file.c 	return ctx->ops->npc_read(ctx);
npc_read          320 arch/powerpc/platforms/cell/spufs/hw_ops.c 	.npc_read = spu_hw_npc_read,
npc_read          252 arch/powerpc/platforms/cell/spufs/run.c 	*npc = ctx->ops->npc_read(ctx);
npc_read          318 arch/powerpc/platforms/cell/spufs/run.c 	npc = ctx->ops->npc_read(ctx) & ~3;
npc_read          186 arch/powerpc/platforms/cell/spufs/spufs.h 	 u32(*npc_read) (struct spu_context * ctx);