Searched refs:npc_read (Results 1 – 6 of 6) sorted by relevance
252 *npc = ctx->ops->npc_read(ctx); in spu_run_fini()318 npc = ctx->ops->npc_read(ctx) & ~3; in spu_process_callback()
48 ctx->ops->npc_read(ctx) - 4); in spufs_handle_event()
186 u32(*npc_read) (struct spu_context * ctx); member
320 .npc_read = spu_hw_npc_read,
385 .npc_read = spu_backing_npc_read,
1766 return ctx->ops->npc_read(ctx); in spufs_npc_get()